mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-18 02:29:47 +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:
@@ -200,7 +200,7 @@ in
|
||||
enable = true;
|
||||
|
||||
cpufreq = rec {
|
||||
min = 1152000;
|
||||
min = 1008000;
|
||||
max = min;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user