services.flap-alerted.environmentFiles

NixOS option

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.

type: list of absolute path
Default
[ ]
Example
[
  "/run/secrets/flap-alerted.env"
]
declared in: nixos/modules/services/monitoring/flap-alerted.nixView source on NixOS/nixpkgs →