From 20f23006a2204d3fc94da39ca24f8bc78a5bc386 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 27 Aug 2024 16:46:15 +0530 Subject: cez/tlp: enable battery conservation mode --- os/cez/modules/tlp.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/os/cez/modules/tlp.nix b/os/cez/modules/tlp.nix index 912fd5f..7b002d0 100644 --- a/os/cez/modules/tlp.nix +++ b/os/cez/modules/tlp.nix @@ -21,6 +21,10 @@ 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