Change TLP charge thresholds

This commit is contained in:
j0hax
2020-04-21 03:47:11 +02:00
parent e58c64a03c
commit 76f681355c
+6
View File
@@ -16,4 +16,10 @@
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';
services.tlp.extraConfig = lib.mkDefault ''
START_CHARGE_THRESH_BAT0=67
STOP_CHARGE_THRESH_BAT0=100
'';
}