nixos/openwebui: add link to description

This commit is contained in:
nixupp 2024-08-13 12:18:54 +00:00 committed by GitHub
parent aa4e34969b
commit 876cfeddfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {