Added NVIDIA option to Live-dvd-X
svn path=/nixos/trunk/; revision=10137
This commit is contained in:
parent
26e0f711a9
commit
18ed3e20d1
@ -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
|
}).rescueCD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user