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 = {
|
||||
allowUnfree = true;
|
||||
nvidia.acceptLicense = true;
|
||||
# cudaSupport = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
nixpkgs.overlays = [ ];
|
||||
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
settings.KbdInteractiveAuthentication = false;
|
||||
};
|
||||
monado = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
defaultRuntime = true;
|
||||
};
|
||||
xserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue