summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-04-21 21:11:45 +0100
committerGitHub <noreply@github.com>2020-04-21 21:11:45 +0100
commitc71abe67b9341f4895f6be55631a0e30985d4f9e (patch)
tree267af68398329593c6ad9a7698e649d93c24cebf
parent16336614d3fb785e9526d19e461dc57ef081e8c4 (diff)
parent41d2c3322b118ba26dd9968b5853c11a451a59d1 (diff)
Merge pull request #155 from Mic92/remove-thresholds
-rw-r--r--lenovo/thinkpad/x230/default.nix6
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
- '';
-
}