mayushii: Adjust charge thresholds
Because I most of the time use it with a charger connected, this avoids it charging after begin unplugged for a short amount of time and just barely falling below the threshold.
This commit is contained in:
parent
eec6cde2ca
commit
ac70f97776
|
@ -47,8 +47,8 @@
|
||||||
services.tlp = {
|
services.tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
START_CHARGE_THRESH_BAT0 = 75;
|
START_CHARGE_THRESH_BAT0 = 40;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 92;
|
STOP_CHARGE_THRESH_BAT0 = 90;
|
||||||
USB_DENYLIST = lib.concatStringsSep " " [
|
USB_DENYLIST = lib.concatStringsSep " " [
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue