From d4a11b9ba2eb5b58c2dcbfabc13788d46c7d1c9c Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 6 Sep 2025 23:41:07 -0500 Subject: [PATCH] fix --- system-config/configuration/homebox/default.nix | 1 + system-config/services/containers/default.nix | 1 + system-config/services/containers/openwebui/default.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index c722ddd..f717d9a 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -179,6 +179,7 @@ keycloak.enable = true; netbird.enable = true; ollama.enable = true; + openwebui.enable = true; homeassistant.enable = true; wyoming = { enable = true; diff --git a/system-config/services/containers/default.nix b/system-config/services/containers/default.nix index 6259e62..92d11fd 100644 --- a/system-config/services/containers/default.nix +++ b/system-config/services/containers/default.nix @@ -14,6 +14,7 @@ ./netbird ./keycloak ./ollama + ./openwebui ./n8n ./wyoming ./code-server diff --git a/system-config/services/containers/openwebui/default.nix b/system-config/services/containers/openwebui/default.nix index 4409389..22df628 100644 --- a/system-config/services/containers/openwebui/default.nix +++ b/system-config/services/containers/openwebui/default.nix @@ -18,7 +18,7 @@ config = { - services.openwebui = { + services.open-webui = { enable = true; openFirewall = true; host = "0.0.0.0";