feat(nixos): enable auto-cpufreq
See https://github.com/AdnanHodzic/auto-cpufreq I've used `auto-cpufreq --stats` to do some initial monitoring. Further configuration can be added with `services.auto-cpufreq.settings`, if needed.
This commit is contained in:
parent
5ef648b6af
commit
badbf0bac3
|
@ -258,5 +258,7 @@ in
|
|||
services.udev.extraRules = ''
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", TAG+="uaccess", TAG+="udev-acl", GROUP="realet"
|
||||
'';
|
||||
|
||||
services.auto-cpufreq.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue