From 284006eeb1a4d2fd3b97a071b595e5a90b06510b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 22 Aug 2025 00:41:57 +0200 Subject: Hardware: PC: Enable cuda support for packages --- hosts/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/default.nix b/hosts/default.nix index 6e0d85d..3f58f0e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -32,6 +32,7 @@ allowUnfree = true; allowBroken = true; allowUnsupportedSystem = true; + cudaSupport = hardware == "pc"; }; overlays = [ -- cgit 1.4.1