feat(hosts/orion): enable powersave for wifi
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
ff8e66729e
commit
3b4c318296
@ -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