diff --git a/config/hosts/yule/nixos.nix b/config/hosts/yule/nixos.nix index 6b6d2c12..bbd04ee6 100644 --- a/config/hosts/yule/nixos.nix +++ b/config/hosts/yule/nixos.nix @@ -59,6 +59,14 @@ with lib; efi.canTouchEfiVariables = true; }; + # Hardware + + boot.modprobe.modules = { + iwlwifi = { + options.wd_disable = 1; + }; + }; + # Networking networking = {