From 8a0ac52c4692cbfa54e316a7582d255a1c2c8496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Tue, 18 Feb 2025 19:52:08 +0100 Subject: [PATCH] Disable battery throttling on aloria --- hosts/Aloria/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/Aloria/default.nix b/hosts/Aloria/default.nix index d37b762..57b67f2 100644 --- a/hosts/Aloria/default.nix +++ b/hosts/Aloria/default.nix @@ -64,15 +64,8 @@ in { CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; - CPU_MIN_PERF_ON_AC = 0; - CPU_MAX_PERF_ON_AC = 100; - CPU_MIN_PERF_ON_BAT = 0; - CPU_MAX_PERF_ON_BAT = 20; - - #Optional helps save long term battery health START_CHARGE_THRESH_BAT0 = 40; # 40 and bellow it starts to charge STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging - }; };