diff --git a/nixos/doc/manual/configuration/x-windows.xml b/nixos/doc/manual/configuration/x-windows.xml
index 95e66f0c70c0..7f43acab2c38 100644
--- a/nixos/doc/manual/configuration/x-windows.xml
+++ b/nixos/doc/manual/configuration/x-windows.xml
@@ -61,6 +61,12 @@ by default because it’s not free software. You can enable it as follows:
services.xserver.videoDrivers = [ "nvidia" ];
+Or if you have an older card, you may have to use one of the legacy drivers:
+
+services.xserver.videoDrivers = [ "nvidiaLegacy340" ];
+services.xserver.videoDrivers = [ "nvidiaLegacy304" ];
+services.xserver.videoDrivers = [ "nvidiaLegacy173" ];
+
You may need to reboot after enabling this driver to prevent a clash
with other kernel modules.