From 0d485522e56e07503d3c88c02d30afcbc7ec80f1 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 7 Sep 2024 01:41:23 +0200 Subject: [PATCH] chore: reenable open webui --- hosts/sire/guests/ai.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sire/guests/ai.nix b/hosts/sire/guests/ai.nix index 3176d16..dc7fee9 100644 --- a/hosts/sire/guests/ai.nix +++ b/hosts/sire/guests/ai.nix @@ -33,7 +33,7 @@ in { }; services.open-webui = { - enable = builtins.trace "open-webui disabled because opentelemetry python is broken" false; + enable = true; host = "0.0.0.0"; port = 11222; environment = {