tpwrules / nixos-apple-silicon

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

update kernel energy settings #9

Closed zzywysm closed 2 years ago

zzywysm commented 2 years ago

We remove hibernation and suspend from the kernel config because the Asahi kernel doesn't support them yet.

We change the cpufreq governor to "schedutil" because it is a prerequisite for using energy-aware scheduling.

tpwrules commented 2 years ago

For whatever reason, your proposed kernel config change makes my 16" M1 Max MBP unbootable because it is unable to find the root device whether it is on NVMe or USB. I've taken the frequency governor change by itself but not the kernel change.