update lemur hardware

This commit is contained in:
Ray Andrew 2025-03-08 21:38:27 -06:00
parent 99633c9ed3
commit 61b96849f8
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
./disko.nix
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "usbhid" "sd_mod" "sdhci_pci" ];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];