From e8e5ed4f7e684ee38a5f20162053e68f2911ff1e Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 9 Jun 2026 19:02:58 +0530 Subject: updated to 26.05 --- nixos/opt/llm.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/opt') diff --git a/nixos/opt/llm.nix b/nixos/opt/llm.nix index f9dad3a..db5c81a 100644 --- a/nixos/opt/llm.nix +++ b/nixos/opt/llm.nix @@ -1,9 +1,8 @@ { config, pkgs, unstable, ... }: { - services.ollama.package = unstable.ollama; services.ollama = { enable = true; - acceleration = "cuda"; + package = unstable.ollama-cuda; }; } -- cgit v1.2.3