~ruther/guix-local

f2e7be4e29fb847207ebdc86023b9283700de42f — David Craven 9 years ago 5e814f6
system: vm: Remove -net user flag.

* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
1 files changed, 0 insertions(+), 1 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +0 -1
@@ 450,7 450,6 @@ with '-virtfs' options for the host file systems listed in SHARED-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 \