MyNixOS website logo
option

services.flap-alerted.environmentFiles

Files to load environment variables from. This is useful to avoid putting secrets into the nix store. See https://github.com/Kioubit/FlapAlerted for a list of options.

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