mayushii/tlp: Set conservative charge thresholds

My usage pattern (mostly docked) otherwise leads to the battery
accumulating one or more charge cycles every day which quickly
deteriorates it.
neomutt
Simon Bruder 2021-10-11 17:48:40 +02:00
parent 0ff89a0f6f
commit 259969f2b6
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,13 @@
powerManagement = {
cpuFreqGovernor = "schedutil";
};
services.tlp.enable = true;
services.tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 75;
STOP_CHARGE_THRESH_BAT0 = 92;
};
};
# Most of the time I want to use both screens at the same time and suspend it
# regularily by closing the lid