This commit is contained in:
root
2024-06-13 21:00:34 -07:00
parent de920e4efb
commit 805ee94e0c

View File

@@ -8,7 +8,7 @@
];
boot.initrd.availableKernelModules = [ "virtio_pci" "usbhid" "virtio_blk" ];
boot.initrd.availableKernelModules = [ "virtio_pci" "usbhid" "virtio_blk" "9pnet_virtio" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];