MyNixOS website logo
option

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.

Declarations
Type
list of absolute path
Default
[ ]
Example
[
  "/run/secrets/sharkey-env"
]