mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 16:29:38 +01:00
phone: Use minimum cpu clock rate
Fixes an issue where the phone would consistently crash all the time when performing slightly intensive tasks.
This commit is contained in:
parent
299a5e0bd6
commit
a9e27e260b
@ -64,5 +64,14 @@ in
|
||||
openssh.enable = true;
|
||||
};
|
||||
|
||||
powerManagement.enable = true;
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
|
||||
cpufreq = rec {
|
||||
min = 648000;
|
||||
max = min;
|
||||
};
|
||||
|
||||
cpuFreqGovernor = "powersave";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user