tlp instead of auto-cpufreq for battery tresholds

This commit is contained in:
janis 2025-08-01 00:31:40 +02:00
parent 8f4a1a085d
commit 99b1052342

View file

@ -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 = {