nixos/xserver: remove nvidiaLegacy173 from videoDrivers.examples
see 92265e807e (commitcomment-28773179)
This commit is contained in:
parent
b5f21c25a8
commit
468f3ce0ed
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ in
|
|||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
|
||||
example = [
|
||||
"ati_unfree" "amdgpu" "amdgpu-pro"
|
||||
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304" "nvidiaLegacy173"
|
||||
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304"
|
||||
];
|
||||
description = ''
|
||||
The names of the video drivers the configuration
|
||||
|
|
Loading…
Reference in a new issue