diff options
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 3f58f0e..100cdcc 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -32,7 +32,7 @@ allowUnfree = true; allowBroken = true; allowUnsupportedSystem = true; - cudaSupport = hardware == "pc"; + cudaSupport = false; }; overlays = [ |