mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rustboro: enable powertop
This commit is contained in:
parent
bb2d2a220e
commit
f63b229cd8
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue