NixOS⚓︎
Performance Tuning⚓︎
Slow System Performance⚓︎
After installing NixOS, the system may feel sluggish. This is often caused by the CPU governor being set to powersave mode by default.
Diagnosing the Issue⚓︎
Check the current CPU governor for each core:
Output showing powersave mode:
Available Governors⚓︎
Use cpufrequtils to check available governors:
Solution⚓︎
Add the following to your configuration.nix:
After rebuilding, verify the change:
Output should now show:
Text Only
performance
performance
performance
performance
performance
performance
performance
performance
Known Issues⚓︎
VirtualBox Kernel Incompatibility⚓︎
VirtualBox may fail to install or run on kernel 6.12 due to module compilation issues.
Tracking Issue: nixpkgs#363887
Workaround: Consider using an alternative virtualization solution or downgrading the kernel until the issue is resolved.