From 975404586cccdc697b21fe9935e73cee739c180f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 9 Aug 2025 18:39:47 +0530 Subject: cez/tlp: disable battery conservation mode i'm tired boss, it's been 3 years. use me to my full potential --- os/cez/modules/tlp.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os') diff --git a/os/cez/modules/tlp.nix b/os/cez/modules/tlp.nix index 887dcec..cf002af 100644 --- a/os/cez/modules/tlp.nix +++ b/os/cez/modules/tlp.nix @@ -19,10 +19,6 @@ PLATFORM_PROFILE_ON_AC = "balanced"; PLATFORM_PROFILE_ON_BAT = "low-power"; - - # Enable battery conservation mode - START_CHARGE_THRESH_BAT0 = 0; - STOP_CHARGE_THRESH_BAT0 = 1; }; }; } -- cgit v1.2.3