diff options
Diffstat (limited to 'os/cez/modules')
-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; }; }; } |