From 42e25c589c5ad92de0a369ad4bc15000051a3775 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 29 Jul 2025 15:55:37 +0530 Subject: [PATCH] feat(canopus): update cpu profiles --- hosts/canopus/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 2e357e9..e6cfaaa 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -233,9 +233,9 @@ enable = true; settings = { battery = { - platform_profile = "quiet"; + platform_profile = "balanced"; governor = "powersave"; - energy_performance_preference = "power"; + energy_performance_preference = "performance"; turbo = "never"; scaling_min_freq = 400000; scaling_max_freq = 3800000; @@ -246,7 +246,7 @@ energy_performance_preference = "performance"; turbo = "auto"; scaling_min_freq = 400000; - scaling_max_freq = 4500000; + scaling_max_freq = 3800000; }; }; };