From d2ad80da6f087502e5d5baabb935740669fd7ddd Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Wed, 17 Jun 2026 20:22:53 +0200 Subject: [PATCH] Configured Ollama --- nixos/roles/ollama.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/roles/ollama.nix b/nixos/roles/ollama.nix index 8f103ea..5ac74ac 100644 --- a/nixos/roles/ollama.nix +++ b/nixos/roles/ollama.nix @@ -14,5 +14,9 @@ _: { ]; syncModels = true; + + environmentVariables = { + OLLAMA_CONTEXT_LENGTH = "16384"; + }; }; }