Revert "Change TLP charge thresholds"

This reverts commit 76f681355c.

This setting is opinionated and should be left to the user.
See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
This commit is contained in:
Jörg Thalheim 2020-04-21 21:10:18 +01:00
parent 16336614d3
commit 41d2c3322b
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 0 additions and 6 deletions

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
'';
}