diff --git a/system/hardware/power.nix b/system/hardware/power.nix index eef4d28..8d014be 100644 --- a/system/hardware/power.nix +++ b/system/hardware/power.nix @@ -19,13 +19,13 @@ CPU_SCALING_GOVERNOR_ON_AC = "performance"; CPU_SCALING_GOVERNOR_ON_BAT = "schedutil"; - CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; + CPU_ENERGY_PERF_POLICY_ON_BAT = "performance"; 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 = 80; + CPU_MAX_PERF_ON_BAT = 100; }; };