services.mastodon.extraEnvFiles

NixOS option

Extra environment files to pass to all mastodon services. Useful for passing down environmental secrets.

type: list of absolute path
Default
[ ]
Example
[
  "/etc/mastodon/s3config.env"
]
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →