From ebbe530dcd4c07493930b9e840be4aee5298cdbf Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Fri, 29 May 2026 16:48:46 -0700 Subject: [PATCH] nixos/docuseal: update `extraConfig` docs with link to upstream documentation It took me a while to find this page, I thought it would be nice to save others some time. --- nixos/modules/services/web-apps/docuseal.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/web-apps/docuseal.nix b/nixos/modules/services/web-apps/docuseal.nix index 64467666df18..d0a468f53a14 100644 --- a/nixos/modules/services/web-apps/docuseal.nix +++ b/nixos/modules/services/web-apps/docuseal.nix @@ -56,6 +56,8 @@ in default = { }; description = '' Extra environment variables to pass to DocuSeal services. + + Refer to . ''; };