From 39ed05a73a08285d38ad1245df91622f487648ae Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 14 Mar 2025 21:42:35 -0400 Subject: [PATCH] updating open-webui host --- systems/bob/llms.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/bob/llms.nix b/systems/bob/llms.nix index 56d715b..25b6619 100644 --- a/systems/bob/llms.nix +++ b/systems/bob/llms.nix @@ -21,7 +21,7 @@ open-webui = { enable = true; openFirewall = true; - host = "192.168.90.25"; + host = "0.0.0.0"; }; }; }