services.prometheus.exporters.sabnzbd.servers.*.apiKeyFile

NixOS option

The path to a file containing the API key. The file is securely passed to the service by leveraging systemd credentials. No special permissions need to be set on this file.

type: string
Example
"/run/secrets/sabnzbd_apikey"
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →