hosts/yule: Fix WiFi issue

This commit is contained in:
kat witch 2021-09-06 22:10:55 +01:00
parent 0689849cf2
commit 09bfa6521a
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -59,6 +59,14 @@ with lib;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
# Hardware
boot.modprobe.modules = {
iwlwifi = {
options.wd_disable = 1;
};
};
# Networking # Networking
networking = { networking = {