From e8228616fb5b8e713f521cb76c8b154f5b1ccc22 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 23 Mar 2026 20:47:32 -0400 Subject: [PATCH] make ollama and open-webui available on the local network for now --- systems/palatine-hill/ollama.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/palatine-hill/ollama.nix b/systems/palatine-hill/ollama.nix index 9cfd4ec..64b6fe4 100644 --- a/systems/palatine-hill/ollama.nix +++ b/systems/palatine-hill/ollama.nix @@ -40,11 +40,13 @@ in OLLAMA_CONTEXT_LENGTH = "64000"; }; openFirewall = true; + host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network }; open-webui = { enable = true; port = 21212; openFirewall = true; + host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network }; }; users.users.ollama = { -- 2.53.0