From 993d57ba002ca0d7c6a6e1b53c8057b652b92655 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 10 Oct 2024 20:11:25 +0200 Subject: [PATCH] feat: enable cudasupport, monado can be enabled later --- hosts/lambdaos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 426da8b..0c41c04 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -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 = {