Remove TLP battery config
Alan Pearce alan@alanpearce.eu
Wed, 14 Nov 2018 15:43:48 +0100
1 files changed, 0 insertions(+), 8 deletions(-)
M modules/hardware/thinkpad.nix → modules/hardware/thinkpad.nix
@@ -17,14 +17,6 @@ }; services.tlp = { enable = true; - extraConfig = '' - # Newer Thinkpads have a battery firmware - # it conflicts with TLP if stop thresholds are set - # START_CHARGE_THRESH_BAT0=70 - # STOP_CHARGE_THRESH_BAT0=80 - # START_CHARGE_THRESH_BAT1=70 - # STOP_CHARGE_THRESH_BAT1=80 - ''; }; imports = [