From dd9878e8f427e2b3bff033bccef66be537c2b567 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 29 Aug 2025 19:42:28 +0200 Subject: Hardware: PC: Disable cuda support for packages --- hosts/default.nix | 2 +- hosts/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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 -- cgit 1.4.1