nixops: franz no longer need special kernel

master
Sébastien Bourdeauducq 2024-04-12 10:41:02 +08:00
parent b1fc3914bf
commit 8ceaad6e16
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.initrd.kernelModules = [ ];
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.kernelModules = [ "kvm-intel" ];
boot.blacklistedKernelModules = [ "iwlwifi" ];
boot.extraModulePackages = [ ];