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:
Marius Bakke 2020-07-11 23:27:56 +02:00
parent 7ed0eeb011
commit 1abf205d11
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -819,7 +819,6 @@ (define (virtfs-option fs)
'()) '())
"-no-reboot" "-no-reboot"
"-nic" "user,model=virtio-net-pci"
"-object" "rng-random,filename=/dev/urandom,id=guixsd-vm-rng" "-object" "rng-random,filename=/dev/urandom,id=guixsd-vm-rng"
"-device" "virtio-rng-pci,rng=guixsd-vm-rng" "-device" "virtio-rng-pci,rng=guixsd-vm-rng"