mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Update default.nix
This commit is contained in:
parent
59a171c833
commit
d41711076e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in
|
|||
services.thermald.configFile = lib.mkDefault thermald-conf;
|
||||
|
||||
# WiFi speed is slow and crashes by default
|
||||
# disable_11ax - doesn't actually disable AX but will fix the speed and crashes
|
||||
# disable_11ax - required until ax driver support is fixed
|
||||
# power_save - works well on this card
|
||||
boot.extraModprobeConfig = ''
|
||||
options iwlwifi power_save=1 disable_11ax=1
|
||||
|
|
Loading…
Reference in a new issue