services.sharkey.environmentFiles

List of paths to files containing environment variables for Sharkey to use at runtime.

This is useful for keeping secrets out of the Nix store. See https://docs.joinsharkey.org/docs/install/configuration/ for how to configure Sharkey using environment variables.

Type
list of absolute path
Default
[ ]
Example
[
  "/run/secrets/sharkey-env"
]
Declared
<nixpkgs/nixos/modules/services/web-apps/sharkey.nix>