tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
791 stars 82 forks source link

change cpufreq governor to schedutil #7

Closed zzywysm closed 2 years ago

zzywysm commented 2 years ago

On arm64 machines, especially those with E and P cores, it's better to go with "schedutil" not "ondemand". See https://blog.elementary.io/elementary-os-on-pinebook-pro/ for more context.

zzywysm commented 2 years ago

I have made a mess of things. I'll resubmit this in a new pull request.