hardware.nvidia.moduleParams

NixOS option

Additional parameters to pass to the NVIDIA kernel module.

type: attribute set of attribute set of raw value
Default
{ }
Example
''
  {
    nvidia = {
      NVreg_UsePageAttributeTable = 1;
      NVreg_RegistryDwords = "EnableBrightnessControl=1"
    };
  }
''
declared in: nixos/modules/hardware/video/nvidia.nixView source on NixOS/nixpkgs →