We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95545c0 commit b977dc7Copy full SHA for b977dc7
hosts/common/kvm.nix
@@ -0,0 +1,9 @@
1
+{
2
+ boot.kernelModules = [
3
+ "kvm"
4
+ "kvm-intel"
5
+ "tun"
6
+ "vhost_net"
7
+ "vhost"
8
+ ];
9
+}
hosts/vesuvius/configuration.nix
@@ -3,6 +3,7 @@
imports = [
./hardware-configuration.nix
(import ../common/k3s.nix { role = "server"; clusterInit = true; })
+ ../common/kvm.nix
./nix.nix
./zfs.nix
./netboot.nix
0 commit comments