From 14632fcca0eb439d9754d893dc467d893dd5fb28 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 8 Oct 2024 11:10:22 +0200 Subject: [PATCH] feat: add cudaSupport on lambdaOS --- hosts/lambdaos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 77311a1..6a38afa 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -46,6 +46,7 @@ nixpkgs.config = { allowUnfree = true; nvidia.acceptLicense = true; + cudaSupport = true; }; nixpkgs.overlays = [ ];