diff options
| author | Baitinq <[email protected]> | 2025-08-22 00:41:57 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-08-22 00:41:57 +0200 |
| commit | 284006eeb1a4d2fd3b97a071b595e5a90b06510b (patch) | |
| tree | 61b4531bc8e12aa36cf6f6cd44845d778e1959ef /hosts | |
| parent | Hosts: Add cuda binary cache (diff) | |
| download | nixos-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.nix | 1 |
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 = [ |