From 0b05e0d4d92f7dbe761d8f72424d375ee3fbbafa Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Thu, 4 Apr 2024 20:58:43 +0530 Subject: [PATCH] decrease 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 bd5a314..98e2797 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -186,7 +186,7 @@ governor = "powersave"; turbo = "never"; scaling_min_freq = 400000; - scaling_max_freq = 2800000; + scaling_max_freq = 1800000; }; charger = { governor = "powersave";