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"]; kernelModules = ["kvm-intel"];
}; };
# Otherwise, CPU doesn't automatically clock down. powerManagement = {
powerManagement.cpuFreqGovernor = "ondemand"; cpuFreqGovernor = "ondemand"; # Otherwise, CPU doesn't automatically clock down.
powertop.enable = true;
};
nixpkgs = { nixpkgs = {
config.packageOverrides = pkgs: { config.packageOverrides = pkgs: {