mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-15 06:48:29 +02:00
phone: Lower max cpu frequency to 0.816 GHz
Was crashing a bit too often with 0.912 GHz unfortunately.
This commit is contained in:
parent
1123ea9dad
commit
47d4715d45
@ -298,7 +298,7 @@ in
|
||||
enable = true;
|
||||
|
||||
cpufreq = rec {
|
||||
min = 912000;
|
||||
min = 816000;
|
||||
max = min;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user