From 99863948b4d6d97f44ea8cba12a7e5a88369126e Mon Sep 17 00:00:00 2001 From: tux Date: Fri, 27 Mar 2026 21:38:01 +0530 Subject: [PATCH] feat(canopus): increase max freq --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index eab914e..0ab6012 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -276,7 +276,7 @@ energy_performance_preference = "performance"; turbo = "auto"; scaling_min_freq = 400000; - scaling_max_freq = 3800000; + scaling_max_freq = 4600000; }; }; };