feat(hosts/orion): enable powersave for wifi
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s

This commit is contained in:
Price Hiller 2024-08-11 17:03:30 -05:00
parent 152abce302
commit 68cb682734
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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
'';
}