Troubleshooting

From NixOS Wiki
Revision as of 11:03, 6 April 2024 by Maintenance script (talk | contribs) (rollback unauthorized mass edits)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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";