Troubleshooting

From NixOS Wiki
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";