about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-22 00:41:57 +0200
committerBaitinq <[email protected]>2025-08-22 00:41:57 +0200
commit284006eeb1a4d2fd3b97a071b595e5a90b06510b (patch)
tree61b4531bc8e12aa36cf6f6cd44845d778e1959ef /hosts
parentHosts: Add cuda binary cache (diff)
downloadnixos-config-284006eeb1a4d2fd3b97a071b595e5a90b06510b.tar.gz
nixos-config-284006eeb1a4d2fd3b97a071b595e5a90b06510b.tar.bz2
nixos-config-284006eeb1a4d2fd3b97a071b595e5a90b06510b.zip
Hardware: PC: Enable cuda support for packages
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix1
1 files changed, 1 insertions, 0 deletions
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 =
         [