We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76d51d commit b3ec6fdCopy full SHA for b3ec6fd
nixos/modules/hardware/video/nvidia.nix
@@ -92,7 +92,7 @@ in
92
example = "PCI:4:0:0";
93
description = ''
94
Bus ID of the AMD APU. You can find it using lspci; for example if lspci
95
- shows the AMD APU at "04:00.0", set this option to "PCI:4:0:0".
+ shows the AMD APU at "04:00.0", set this option to "PCI:4:0:0".
96
'';
97
};
98
@@ -159,7 +159,7 @@ in
159
160
The NVIDIA X11 derivation to use.
161
162
- example = "config.boot.kernelPackages.nvidiaPackages.legacy340";
+ example = "config.boot.kernelPackages.nvidiaPackages.legacy_340";
163
164
165
0 commit comments