services.prometheus.alertmanager-ntfy.extraConfigFiles

NixOS option

Config files to merge into the settings defined in services.prometheus.alertmanager-ntfy.settings. This is useful to avoid putting secrets into the Nix store. See https://github.com/alexbakker/alertmanager-ntfy for more information.

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