fix(nvidia): open-source drivers are not supported

This commit is contained in:
Franek 2025-05-19 08:38:28 +02:00
parent 5938e817d9
commit 638917bcde

View File

@ -11,12 +11,12 @@
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia = {
nvidiaSettings = true;
modesetting.enable = true;
powerManagement.enable = true;
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta;
forceFullCompositionPipeline = true;
open = false; # Maxwell is not supported by open drivers
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
boot.kernelParams = [