summaryrefslogtreecommitdiff
path: root/os/cez/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2025-08-09 18:39:47 +0530
committersinanmohd <sinan@sinanmohd.com>2025-08-09 18:39:48 +0530
commit975404586cccdc697b21fe9935e73cee739c180f (patch)
treee00ffb9681969b87d3951d5d1cac648813df3bc4 /os/cez/modules
parent113dd9cb9775b3d006338c7ea4bf36d9356f3002 (diff)
cez/tlp: disable battery conservation modeHEADmaster
i'm tired boss, it's been 3 years. use me to my full potential
Diffstat (limited to 'os/cez/modules')
-rw-r--r--os/cez/modules/tlp.nix4
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;
};
};
}