feat(hosts/orion): enable powersave for wifi
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 43s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 43s
This commit is contained in:
parent
1ae13c4487
commit
4fc28fe8b2
@ -3,4 +3,7 @@
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
services.fstrim.enable = true;
|
||||
boot.extraModprobeConfig = ''
|
||||
options iwlwifi power_save=1
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user