services.prometheus.exporters.unbound.unbound.host

NixOS option

Path to the unbound control socket. Supports unix domain sockets, as well as the TCP interface.

type: string
Default
"tcp://127.0.0.1:8953"
Example
"unix:///run/unbound/unbound.socket"
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →