[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: Revert "vm: Use virtio network driver."
From: |
guix-commits |
Subject: |
01/02: Revert "vm: Use virtio network driver." |
Date: |
Sat, 11 Jul 2020 17:37:38 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1abf205d11c8b941d7d89855cb55a9cfde078838
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 11 23:27:56 2020 +0200
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.
---
gnu/system/vm.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index f2b6b71..861f2a4 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"