mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Added NVIDIA option to Live-dvd-X
svn path=/nixos/trunk/; revision=10137
This commit is contained in:
parent
26e0f711a9
commit
18ed3e20d1
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue