diff options
Diffstat (limited to 'modules/hardware')
-rw-r--r-- | modules/hardware/thinkpad.nix | 8 |
1 files changed, 0 insertions, 8 deletions
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 = [ |