feat: enable cudasupport, monado can be enabled later
This commit is contained in:
parent
544a1007b1
commit
993d57ba00
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
nvidia.acceptLicense = true;
|
nvidia.acceptLicense = true;
|
||||||
# cudaSupport = true;
|
cudaSupport = true;
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [ ];
|
nixpkgs.overlays = [ ];
|
||||||
|
|
||||||
|
|
@ -263,7 +263,7 @@
|
||||||
settings.KbdInteractiveAuthentication = false;
|
settings.KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
monado = {
|
monado = {
|
||||||
enable = true;
|
enable = false;
|
||||||
defaultRuntime = true;
|
defaultRuntime = true;
|
||||||
};
|
};
|
||||||
xserver = {
|
xserver = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue