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 = {