Laptop: Difference between revisions
m changed style of configuration.nix text |
changed text formatting |
||
Line 35: | Line 35: | ||
==== auto-cpufreq ==== | ==== auto-cpufreq ==== | ||
Another tool used for power management is auto-cpufreq which aims to replace | Another tool used for power management is auto-cpufreq which aims to replace TLP. When using auto-cpufreq it is therefore recommended to disable TLP as these tools are conflicting with each other. However, NixOS does allow for using both at the same time, and you can therefore run them in tandem at your own risk. To enable the service, add <code>services.auto-cpufreq.enable = true;</code> to your <code>configuration.nix</code>. | ||
Example of how to configure auto-cpufreq: | Example of how to configure auto-cpufreq: |