diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index 390a63c..4dcac2a 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -144,12 +144,12 @@ governor = "powersave"; turbo = "never"; scaling_min_freq = 400000; - scaling_max_freq = 2800000; + scaling_max_freq = 3800000; }; charger = { governor = "powersave"; turbo = "never"; - scaling_max_freq = 3300000; + scaling_max_freq = 3800000; }; }; };