diff options
-rw-r--r-- | hosts/ades/hardware.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 = [ |