NVIDIA: Difference between revisions

Bachp (talk | contribs)
Clarify requirements for unfree. See https://github.com/NixOS/nixpkgs/issues/362500
LucasFA (talk | contribs)
Clarified hardware.nvidia.open is about the open/closed kernel modules, and not the whole driver
Tags: Mobile edit Mobile web edit
Line 16: Line 16:


   services.xserver.videoDrivers = [ "nvidia" ];
   services.xserver.videoDrivers = [ "nvidia" ];
   hardware.nvidia.open = true; # Set to false for proprietary drivers
   hardware.nvidia.open = true; # Set to false to use the proprietary kernel module
}
}
</nowiki>}}
</nowiki>}}