From ebd017cd202344f08b54beece5679df6c2e8e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 3 Jan 2026 10:10:05 +0100 Subject: [PATCH] tlp: disable --- configs/tlp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/tlp.nix b/configs/tlp.nix index eae2144..0dd9163 100644 --- a/configs/tlp.nix +++ b/configs/tlp.nix @@ -18,7 +18,7 @@ ]; services.tlp = { - enable = true; + enable = false; settings = { START_CHARGE_THRESH_BAT0 = 80; STOP_CHARGE_THRESH_BAT0 = 95;