diff --git a/hosts/rustboro/hardware.nix b/hosts/rustboro/hardware.nix index 6fff79f1..8e7fe474 100644 --- a/hosts/rustboro/hardware.nix +++ b/hosts/rustboro/hardware.nix @@ -30,8 +30,10 @@ kernelModules = ["kvm-intel"]; }; - # Otherwise, CPU doesn't automatically clock down. - powerManagement.cpuFreqGovernor = "ondemand"; + powerManagement = { + cpuFreqGovernor = "ondemand"; # Otherwise, CPU doesn't automatically clock down. + powertop.enable = true; + }; nixpkgs = { config.packageOverrides = pkgs: {