chore: power management

This commit is contained in:
Ryan Yin
2025-08-19 23:56:19 +08:00
parent c8bc396e89
commit 64a7b2c6cf
2 changed files with 1 additions and 8 deletions

View File

@@ -157,4 +157,5 @@ in
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
}