mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 23:15:42 +02:00
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.
This commit is contained in:
parent
e959cd52ea
commit
a35c91057c
@ -200,7 +200,7 @@ in
|
||||
enable = true;
|
||||
|
||||
cpufreq = rec {
|
||||
min = 1152000;
|
||||
min = 1008000;
|
||||
max = min;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user