From 8e10c6b53c3acda15b6091fc8487dd7960d51e28 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 29 May 2025 22:36:52 -0500 Subject: hosts/ades: put iwlwifi from kernelModules to availableKernelModules --- hosts/ades/hardware.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/ades/hardware.nix b/hosts/ades/hardware.nix index 4698ae8..c04ac86 100644 --- a/hosts/ades/hardware.nix +++ b/hosts/ades/hardware.nix @@ -1,8 +1,7 @@ { pkgs, ... }: { - boot.initrd.availableKernelModules = []; - boot.initrd.kernelModules = [ + boot.initrd.availableKernelModules = [ "iwlwifi" ]; boot.kernelModules = [ -- cgit v1.2.3