chore(nix): update CPU governor to performance

- Changed `powerManagement.cpuFreqGovernor` from `ondemand` to `performance` for enhanced CPU performance.
- Aligns system configuration with performance optimization goals.
This commit is contained in:
Harald Hoyer 2025-11-14 10:09:03 +01:00
parent 43f72bf1ad
commit 8203c909ad

View file

@ -45,7 +45,7 @@
networking.firewall.allowPing = true; networking.firewall.allowPing = true;
powerManagement.cpuFreqGovernor = "ondemand"; powerManagement.cpuFreqGovernor = "performance";
systemd.user.extraConfig = "DefaultLimitNOFILE=32768"; systemd.user.extraConfig = "DefaultLimitNOFILE=32768";