From 4d12980c748e9c686c3acb8d372dd33386c9c35b Mon Sep 17 00:00:00 2001 From: Philipp Riegger Date: Fri, 18 Jul 2025 13:49:20 +0200 Subject: [PATCH] nixos/open-webui: fix env configuration url --- nixos/modules/services/misc/open-webui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/open-webui.nix b/nixos/modules/services/misc/open-webui.nix index 521aacd39939..3bf8c0dcba3b 100644 --- a/nixos/modules/services/misc/open-webui.nix +++ b/nixos/modules/services/misc/open-webui.nix @@ -56,7 +56,7 @@ in ''; description = '' Extra environment variables for Open-WebUI. - For more details see + For more details see ''; };