diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/default.nix | 2 | ||||
| -rw-r--r-- | hosts/home.nix | 2 |
2 files changed, 2 insertions, 2 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 = [ diff --git a/hosts/home.nix b/hosts/home.nix index 0a46941..39f3f4c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -76,7 +76,7 @@ slurp appimage-run ghidra - ollama + ((ollama.override { acceleration = "cuda"; })) llm opencode claude-code |