diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-09 18:39:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-09 18:39:48 +0530 |
commit | 975404586cccdc697b21fe9935e73cee739c180f (patch) | |
tree | e00ffb9681969b87d3951d5d1cac648813df3bc4 /os/cez | |
parent | 113dd9cb9775b3d006338c7ea4bf36d9356f3002 (diff) |
i'm tired boss, it's been 3 years. use me to my full potential
Diffstat (limited to 'os/cez')
-rw-r--r-- | os/cez/modules/tlp.nix | 4 |
1 files changed, 0 insertions, 4 deletions
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; }; }; } |