mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-02 16:05:52 +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;
|
enable = true;
|
||||||
|
|
||||||
cpufreq = rec {
|
cpufreq = rec {
|
||||||
min = 1152000;
|
min = 1008000;
|
||||||
max = min;
|
max = min;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user