add autocpufreq
This commit is contained in:
parent
862853176b
commit
fcc519b33a
7
hosts/tkaronto/modules/autocpufreq.nix
Normal file
7
hosts/tkaronto/modules/autocpufreq.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
services.auto-cpufreq.enable = true;
|
||||||
|
services.tlp.settings = {
|
||||||
|
CPU_ENERGY_PERF_POLICY_ON_AC = "";
|
||||||
|
CPU_ENERGY_PERF_POLICY_ON_BAT = "";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user