rustboro: enable powertop

This commit is contained in:
Aly Raffauf 2024-06-21 16:24:38 -04:00
parent bb2d2a220e
commit f63b229cd8

View file

@ -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: {