Further refactoring

This commit is contained in:
Bryan Ramos 2023-06-04 14:44:58 -04:00
parent e2ca654681
commit 91a7234605
8 changed files with 290 additions and 178 deletions

View file

@ -2,6 +2,9 @@
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
nix.system-features = "kvm";
environment.systemPackages = pkgs.virt-manager;
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];