From 86b824bd08765aab36d7176e1c8dee03600f54e0 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 17 Jun 2024 23:39:53 +0530 Subject: [PATCH] change max cpu 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 f2d9b18..7a8c181 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -190,7 +190,7 @@ governor = "powersave"; turbo = "never"; scaling_min_freq = 400000; - scaling_max_freq = 1800000; + scaling_max_freq = 2800000; }; charger = { governor = "powersave";