mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
system: vm: Remove -net user flag.
* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
This commit is contained in:
parent
5e814f63a4
commit
f2e7be4e29
1 changed files with 0 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue