nixops: newer kernel for NUC

pull/21/head
Sebastien Bourdeauducq 2022-01-17 18:51:08 +08:00
parent 995f8897a4
commit 2b1f416d90
1 changed files with 1 additions and 1 deletions

View File

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