NVIDIA: Difference between revisions
Clarify requirements for unfree. See https://github.com/NixOS/nixpkgs/issues/362500 |
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 | hardware.nvidia.open = true; # Set to false to use the proprietary kernel module | ||
} | } | ||
</nowiki>}} | </nowiki>}} |