From 18ed3e20d16f9f2254df3166f5c8a2e4943e45e5 Mon Sep 17 00:00:00 2001 From: Wouter den Breejen Date: Sun, 13 Jan 2008 17:29:06 +0000 Subject: [PATCH] Added NVIDIA option to Live-dvd-X svn path=/nixos/trunk/; revision=10137 --- configuration/live-dvd-X.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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