mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Try the default auto-cpufreq config
This commit is contained in:
parent
df184ded64
commit
9c2a58d0f0
1 changed files with 1 additions and 15 deletions
|
|
@ -40,19 +40,5 @@
|
||||||
};
|
};
|
||||||
services.xserver.displayManager.sessionCommands = "autorandr -c";
|
services.xserver.displayManager.sessionCommands = "autorandr -c";
|
||||||
|
|
||||||
services.auto-cpufreq = {
|
services.auto-cpufreq.enable = true;
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
charger = {
|
|
||||||
governor = "powersave";
|
|
||||||
turbo = "never";
|
|
||||||
energy_performance_preference = "power";
|
|
||||||
};
|
|
||||||
battery = {
|
|
||||||
governor = "powersave";
|
|
||||||
turbo = "never";
|
|
||||||
energy_performance_preference = "power";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue