Merge pull request #155 from Mic92/remove-thresholds

This commit is contained in:
Jörg Thalheim
2020-04-21 21:11:45 +01:00
committed by GitHub

View File

@@ -16,10 +16,4 @@
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';
services.tlp.extraConfig = lib.mkDefault ''
START_CHARGE_THRESH_BAT0=67
STOP_CHARGE_THRESH_BAT0=100
'';
}