From 0e3b1faed8d20a64af6dbcd718b83179396fdf74 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 25 Oct 2021 21:04:49 +0800 Subject: [PATCH] nixops: disable iwlwifi garbage Won't connect to a network for more than 5 minutes and is a constant source of memory corruption. --- nixops/franz-hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixops/franz-hardware-configuration.nix b/nixops/franz-hardware-configuration.nix index 0bda0f9..99eb07b 100644 --- a/nixops/franz-hardware-configuration.nix +++ b/nixops/franz-hardware-configuration.nix @@ -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."/" =