about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-08-29 19:42:28 +0200
committerBaitinq <[email protected]>2025-08-29 19:42:28 +0200
commitdd9878e8f427e2b3bff033bccef66be537c2b567 (patch)
tree78bd2aeaaf3fad8e4accb776abaaa1a34aba0918 /hosts
parentHardware: Improve unbound (diff)
downloadnixos-config-dd9878e8f427e2b3bff033bccef66be537c2b567.tar.gz
nixos-config-dd9878e8f427e2b3bff033bccef66be537c2b567.tar.bz2
nixos-config-dd9878e8f427e2b3bff033bccef66be537c2b567.zip
Hardware: PC: Disable cuda support for packages
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
-rw-r--r--hosts/home.nix2
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