From a35c91057cbb36cf98fc884c4fd51fb84044bcb6 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 20 Jul 2024 14:44:46 -0400 Subject: [PATCH] phone: Scale cpu frequency down 3 levels Was crashing way too often with max frequency so hopefully having the frequency slightly above half the maximum speed makes things more stable. --- hosts/phone/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index f94a2368..f12f10ed 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -200,7 +200,7 @@ in enable = true; cpufreq = rec { - min = 1152000; + min = 1008000; max = min; };