mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
Revert "vm: Use virtio network driver."
This allows users to specify network interface settings with 'guix system vm'
without having to create a new NIC. Fixes <https://bugs.gnu.org/42252>.
Reported by Christopher Lemmer Webber <cwebber@dustycloud.org>.
This reverts commit 5379392731
.
This commit is contained in:
parent
7ed0eeb011
commit
1abf205d11
1 changed files with 0 additions and 1 deletions
|
@ -819,7 +819,6 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
|||
'())
|
||||
|
||||
"-no-reboot"
|
||||
"-nic" "user,model=virtio-net-pci"
|
||||
"-object" "rng-random,filename=/dev/urandom,id=guixsd-vm-rng"
|
||||
"-device" "virtio-rng-pci,rng=guixsd-vm-rng"
|
||||
|
||||
|
|
Loading…
Reference in a new issue