feat: enable cudasupport, monado can be enabled later

This commit is contained in:
Noa Aarts 2024-10-10 20:11:25 +02:00
parent 544a1007b1
commit 993d57ba00
Signed by: noa
GPG key ID: 1850932741EFF672

View file

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