summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-07-11 23:27:56 +0200
committerMarius Bakke <marius@gnu.org>2020-07-11 23:36:31 +0200
commit1abf205d11c8b941d7d89855cb55a9cfde078838 (patch)
treed78810d3caa65526296b76d5c0314df7994109b8 /gnu/system
parent7ed0eeb0113f4fe7c56ca649c05b08df8ecd66fb (diff)
downloadguix-patches-1abf205d11c8b941d7d89855cb55a9cfde078838.tar
guix-patches-1abf205d11c8b941d7d89855cb55a9cfde078838.tar.gz
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 5379392731b52eef22b4936637eb592b93e04318.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/vm.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index f2b6b71b4d..861f2a427a 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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"