mayushii: Set charge start threshold to 75

The previous one of 40 did no longer meet my use case.
This commit is contained in:
Simon Bruder 2022-12-23 18:42:06 +01:00
parent e1e1ff06e0
commit c419778e67
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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 " " [
]; ];