From 460eae59fd62fbc8430b5e34bb6c82afcd71a568 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 14 Nov 2018 15:43:48 +0100 Subject: Remove TLP battery config --- modules/hardware/thinkpad.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'modules') diff --git a/modules/hardware/thinkpad.nix b/modules/hardware/thinkpad.nix index 0d2a1ee..903e819 100644 --- a/modules/hardware/thinkpad.nix +++ b/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 = [ -- cgit 1.4.1