MyNixOS website logo
option

services.docuseal.extraEnvFiles

Extra environment files to pass to DocuSeal services. Useful for passing down environmental secrets. e.g. DATABASE_URL.

Declarations
Type
list of absolute path
Default
[ ]
Example
[
  "/etc/docuseal/s3config.env"
]