diff --git a/nixos/common-hardware.nix b/nixos/common-hardware.nix index f23d1529..a0e8cf44 100644 --- a/nixos/common-hardware.nix +++ b/nixos/common-hardware.nix @@ -22,7 +22,7 @@ ''; }; + powerManagement.enable = true; powerManagement.cpuFreqGovernor = (lib.mkForce null); powerManagement.powertop.enable = true; - }