services.sharkey.environmentFiles

NixOS option

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 in: nixos/modules/services/web-apps/sharkey.nixView source on NixOS/nixpkgs →