From 5f05e2e5e6daa2527fe7bbe28881dc2a8f86d8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 15 Mar 2024 11:16:07 +0200 Subject: [PATCH] mtworx: update tlp --- hosts/mtworx/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 7cea7ee..69fb8ea 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -201,8 +201,8 @@ in { CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; PLATFORM_PROFILE_ON_BAT = "low-power"; - START_CHARGE_THRESH_BAT1 = 80; - STOP_CHARGE_THRESH_BAT1 = 87; + START_CHARGE_THRESH_BAT0 = 80; + STOP_CHARGE_THRESH_BAT0 = 87; RUNTIME_PM_ON_BAT = "auto"; }; };