Difference between revisions of "Troubleshooting"
From NixOS Wiki
(Create a troubleshooting page) |
|||
| Line 2: | Line 2: | ||
== My system is slow! == | == My system is slow! == | ||
| − | + | Add the following line to your {{ic|configuration.nix}}: | |
| − | <syntaxhighlight lang="nix | + | <syntaxhighlight lang="nix> |
| − | powerManagement.cpuFreqGovernor = | + | powerManagement.cpuFreqGovernor = "performance"; |
</syntaxhighlight> | </syntaxhighlight> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 13:43, 12 June 2021
This article explains some methods for general troubleshooting. For application specific issues, please reference the particular wiki page for that program.
My system is slow!
Add the following line to your configuration.nix:
powerManagement.cpuFreqGovernor = "performance";