Production nvidia failed build on linux 7.2
NixOS Discourse
Production nvidia failed build on linux 7.2
# Enable graphics driver support hardware.graphics.enable = true; # Tell X11 and Wayland to use the NVIDIA driver services.xserver.videoDrivers = ["nvidia"]; hardware.nvidia = { # Modesetting is required for Wayland and compositors modesetting.enable = true; # Use the NVidia open source kernel module (not to be confused with nouveau) # Set to true for Turing (GTX 16xx, RTX 20xx) or newer GPUs. # Set to false for older Pascal/legacy GPUs. open = false; # En...
0 comments
No comments yet.