MyNixOS website logo
option

services.prometheus.alertmanager-ntfy.extraConfigFiles

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

Declarations
Type
list of absolute path
Default
[ ]
Example
[
  "/run/secrets/alertmanager-ntfy.yml"
]