diff --git a/configuration/live-dvd-X.nix b/configuration/live-dvd-X.nix index d6de3842401..f0e925b9115 100644 --- a/configuration/live-dvd-X.nix +++ b/configuration/live-dvd-X.nix @@ -209,5 +209,15 @@ in }; }); } + { + suffix = "X-NVIDIA"; + configuration = (configuration // + { + boot=configuration.boot // {configurationName = "X with NVIDIA graphic card";}; + services = configuration.services // { + xserver = xConfiguration // {videoDriver = "nvidia"; driSupport = true;}; + }; + }); + } ]; }).rescueCD