From c242370ae83b6a0b3b2fb8ae6441f13c35b93030 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Thu, 18 Jun 2026 13:59:45 +0200 Subject: [PATCH] Configured Ollama --- nixos/roles/ollama.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/roles/ollama.nix b/nixos/roles/ollama.nix index 5ac74ac..94b19cb 100644 --- a/nixos/roles/ollama.nix +++ b/nixos/roles/ollama.nix @@ -11,6 +11,7 @@ _: { "llama3.2:3b" "qwen2.5:3b" "deepseek-r1:1.5b" + "gemma4:e2b" ]; syncModels = true;