From 47d4715d45ac22c97d2cc4dcad3514cf2582f5da Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 16 Aug 2024 23:59:05 -0400 Subject: [PATCH] phone: Lower max cpu frequency to 0.816 GHz Was crashing a bit too often with 0.912 GHz unfortunately. --- 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 08292dde..93182faa 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -298,7 +298,7 @@ in enable = true; cpufreq = rec { - min = 912000; + min = 816000; max = min; };