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.
This commit is contained in:
parent
0ff89a0f6f
commit
259969f2b6
|
@ -41,7 +41,13 @@
|
||||||
powerManagement = {
|
powerManagement = {
|
||||||
cpuFreqGovernor = "schedutil";
|
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
|
# Most of the time I want to use both screens at the same time and suspend it
|
||||||
# regularily by closing the lid
|
# regularily by closing the lid
|
||||||
|
|
Loading…
Reference in a new issue