nixops: disable iwlwifi garbage

Won't connect to a network for more than 5 minutes and is a constant source of memory corruption.
pull/20/head
Sebastien Bourdeauducq 2021-10-25 21:04:49 +08:00
parent 1ce672bb31
commit 0e3b1faed8
1 changed files with 1 additions and 0 deletions

View File

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