Make raccoon use performance governor

This commit is contained in:
Rodrigo Arias 2025-05-05 10:50:43 +02:00
parent cf4ce9fa18
commit 2be8c0dad3

View File

@ -26,6 +26,9 @@
} ];
};
# Enable performance governor
powerManagement.cpuFreqGovernor = "performance";
# Configure Nvidia driver to use with CUDA
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
hardware.graphics.enable = true;