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