phone: Lower cpu frequency to 0.912 GHz

Previously the phone would often lock up when performing simple
operations like copying files during a remote nixos-rebuild.
This commit is contained in:
Donovan Glover 2024-07-23 19:18:49 -04:00
parent 2eca315010
commit 0652ba94ca
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -204,7 +204,7 @@ in
enable = true;
cpufreq = rec {
min = 1008000;
min = 912000;
max = min;
};