diff options
Diffstat (limited to 'hosts/default.nix')
| -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 = [ |