tlp instead of auto-cpufreq for battery tresholds
This commit is contained in:
parent
8f4a1a085d
commit
99b1052342
|
@ -124,6 +124,13 @@
|
|||
};
|
||||
|
||||
thermald.enable = true;
|
||||
tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
START_CHARGE_THRESH_BAT0 = 50;
|
||||
STOP_CHARGE_THRESH_BAT0 = 85;
|
||||
};
|
||||
};
|
||||
auto-cpufreq = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -132,9 +139,9 @@
|
|||
energy_performance_preference = "powersave";
|
||||
turbo = "never";
|
||||
|
||||
enable_thresholds = true;
|
||||
start_threshold = 50;
|
||||
stop_threshold = 90;
|
||||
# enable_thresholds = true;
|
||||
# start_threshold = 50;
|
||||
# stop_threshold = 90;
|
||||
};
|
||||
|
||||
charger = {
|
||||
|
|
Loading…
Reference in a new issue