mayushii: Set charge start threshold to 75
The previous one of 40 did no longer meet my use case.
This commit is contained in:
parent
e1e1ff06e0
commit
c419778e67
|
@ -47,7 +47,7 @@
|
||||||
services.tlp = {
|
services.tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
START_CHARGE_THRESH_BAT0 = 40;
|
START_CHARGE_THRESH_BAT0 = 75;
|
||||||
STOP_CHARGE_THRESH_BAT0 = 90;
|
STOP_CHARGE_THRESH_BAT0 = 90;
|
||||||
USB_DENYLIST = lib.concatStringsSep " " [
|
USB_DENYLIST = lib.concatStringsSep " " [
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue