From 3012c73e82b1123610297d26c2768c675fc289f2 Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 12 Dec 2024 21:52:17 +0100 Subject: [PATCH] workstation: Disable cuda for now I'll first have to get the binary cache working for me to run this. Otherwise it takes to long. This isn't Gentoo. --- hosts/workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 7b84dae..6196d91 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -89,7 +89,7 @@ ''; }; - nixpkgs.config.cudaSupport = true; + # nixpkgs.config.cudaSupport = true; system.stateVersion = "23.11"; }