hardware.nvidia.open

NixOS option

Whether to enable the open source NVIDIA kernel module.

type: null or boolean
Default
if lib.versionOlder config.hardware.nvidia.package.version "560" then false else null
Example
true
declared in: nixos/modules/hardware/video/nvidia.nixView source on NixOS/nixpkgs →