From 964699897c327b17fad2f5afea5c4a2b9da01752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 6 Dec 2025 15:25:36 +0100 Subject: [PATCH] gunter: renamed ollama package --- hosts/gunter/ollama.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 2f0d306..5affcd2 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -2,6 +2,7 @@ { services.ollama = { enable = true; + package = pkgs.ollama-cuda; acceleration = "cuda"; }; services.open-webui = {