about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSoenke Klinger <klinger@users.noreply.github.com>2024-03-07 22:29:13 +0100
committerGitHub <noreply@github.com>2024-03-07 22:29:13 +0100
commitd0a888c315d2336f3361413c02e793d1bc74916d (patch)
tree767ce20d60967fd95e984f18dd02e4fd9617e177
parent6f6e5b32d169f79bd1fd813f64415e75b9e66218 (diff)
doc: added nvidiaLegacy driver version 470 to available options in nixos manual (#290231)
Its possible to install the nvidiaLegacy470 driver for the slightly outdated GPUs, but the documentation only has the hints how to install the drivers for the even older GPUs.
-rw-r--r--nixos/doc/manual/configuration/x-windows.chapter.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/x-windows.chapter.md b/nixos/doc/manual/configuration/x-windows.chapter.md
index 0451e4d25265f..bf1872ae01ace 100644
--- a/nixos/doc/manual/configuration/x-windows.chapter.md
+++ b/nixos/doc/manual/configuration/x-windows.chapter.md
@@ -150,6 +150,7 @@ Or if you have an older card, you may have to use one of the legacy
 drivers:
 
 ```nix
+services.xserver.videoDrivers = [ "nvidiaLegacy470" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy390" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy340" ];
 services.xserver.videoDrivers = [ "nvidiaLegacy304" ];