services.grafana-to-ntfy.settings.bauthPass

NixOS option

Path to the password file for Basic Auth on incoming webhook requests. When set together with bauthUser, incoming requests require Basic Auth. When both are null, the endpoint is open (unauthenticated).

type: null or absolute path
Default
null
Example
"/run/secrets/grafana-to-ntfy-bauth-pass"
declared in: nixos/modules/services/monitoring/grafana-to-ntfy.nixView source on NixOS/nixpkgs →