Add power management

This commit is contained in:
2024-08-27 13:36:54 +02:00
parent 76df4256e6
commit 9a529d3bbe
4 changed files with 15 additions and 6 deletions

View File

@@ -38,6 +38,7 @@
# networking.interfaces.wlp0s20f3.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
powerManagement.enable = true;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true;