From 7317d0e63b1b424020b136953faa64467b9c6bb1 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 9 Sep 2024 23:28:47 +0530 Subject: [PATCH] update cpu freq --- hosts/canopus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; }; };