diff options
-rw-r--r-- | os/cez/modules/tlp.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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; }; }; } |