diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4c53edc0cf594810dd0041dff9368b82a4d4c866..03f7d6c9130fbd3a82d85feaab03f9e4d0bbd411 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -450,7 +450,6 @@ (define (virtfs-option fs)
            "")
      " -no-reboot -net nic,model=virtio \
   " #$@(map virtfs-option shared-fs) " \
-  -net user \
   -vga std \
   -drive file=" #$image
   ",if=virtio,cache=writeback,werror=report,readonly \