hardware.nvidia.moduleParams
NixOS option
Additional parameters to pass to the NVIDIA kernel module.
type: attribute set of attribute set of raw valueDefault
{ }Example
declared in: nixos/modules/hardware/video/nvidia.nixView source on NixOS/nixpkgs →''
{
nvidia = {
NVreg_UsePageAttributeTable = 1;
NVreg_RegistryDwords = "EnableBrightnessControl=1"
};
}
''