diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2020-04-21 21:10:18 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2020-04-21 21:10:18 +0100 |
commit | 41d2c3322b118ba26dd9968b5853c11a451a59d1 (patch) | |
tree | 267af68398329593c6ad9a7698e649d93c24cebf | |
parent | 16336614d3fb785e9526d19e461dc57ef081e8c4 (diff) |
Revert "Change TLP charge thresholds"
This reverts commit 76f681355cb6c2aab79d190907fbb521bd19ec87.
This setting is opinionated and should be left to the user.
See: https://github.com/NixOS/nixos-hardware/pull/154#issuecomment-617181517
-rw-r--r-- | lenovo/thinkpad/x230/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lenovo/thinkpad/x230/default.nix b/lenovo/thinkpad/x230/default.nix index 6c528ce..58b09f4 100644 --- a/lenovo/thinkpad/x230/default.nix +++ b/lenovo/thinkpad/x230/default.nix @@ -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 - ''; - } |