From 53e5b4cc1a17311a3b3160c24cf304e8a613571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 16 Nov 2025 16:29:43 +0100 Subject: [PATCH] set ollama base url --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index c9f4eca..9ad6f03 100644 --- a/home.nix +++ b/home.nix @@ -136,6 +136,7 @@ in { sessionVariables = { EDITOR = "hx"; + OLLAMA_BASE_URL = "http://void.hummingbird-stork.ts.net:11434"; }; inherit username;