From 876cfeddfc90a617f7c13ee1f60247d6eb4250dc Mon Sep 17 00:00:00 2001 From: nixupp Date: Tue, 13 Aug 2024 12:18:54 +0000 Subject: [PATCH] nixos/openwebui: add link to description --- nixos/modules/services/misc/open-webui.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/open-webui.nix b/nixos/modules/services/misc/open-webui.nix index b4016d03f675..e2ed7080c922 100644 --- a/nixos/modules/services/misc/open-webui.nix +++ b/nixos/modules/services/misc/open-webui.nix @@ -54,7 +54,10 @@ in WEBUI_AUTH = "False"; } ''; - description = "Extra environment variables for Open-WebUI"; + description = '' + Extra environment variables for Open-WebUI. + For more details see https://docs.openwebui.com/getting-started/env-configuration/ + ''; }; openFirewall = lib.mkOption {