Added NVIDIA option to Live-dvd-X

svn path=/nixos/trunk/; revision=10137
This commit is contained in:
Wouter den Breejen 2008-01-13 17:29:06 +00:00
parent 26e0f711a9
commit 18ed3e20d1

View file

@ -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