services.prometheus.alertmanager-ntfy.extraConfigFiles

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
<nixpkgs/nixos/modules/services/monitoring/prometheus/alertmanager-ntfy.nix>