mayushii: Set charge start threshold to 75

The previous one of 40 did no longer meet my use case.
nazuna
Simon Bruder 2022-12-23 18:42:06 +01:00
parent e1e1ff06e0
commit c419778e67
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
services.tlp = {
enable = true;
settings = {
START_CHARGE_THRESH_BAT0 = 40;
START_CHARGE_THRESH_BAT0 = 75;
STOP_CHARGE_THRESH_BAT0 = 90;
USB_DENYLIST = lib.concatStringsSep " " [
];