mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
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:
parent
2eca315010
commit
0652ba94ca
@ -204,7 +204,7 @@ in
|
||||
enable = true;
|
||||
|
||||
cpufreq = rec {
|
||||
min = 1008000;
|
||||
min = 912000;
|
||||
max = min;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user