ark/hosts/tkaronto/modules/autocpufreq.nix

8 lines
155 B
Nix
Raw Normal View History

2022-09-15 01:29:25 +03:00
{
services.auto-cpufreq.enable = true;
services.tlp.settings = {
CPU_ENERGY_PERF_POLICY_ON_AC = "";
CPU_ENERGY_PERF_POLICY_ON_BAT = "";
};
}