services.pgbouncer.settings.pgbouncer.listen_addr

NixOS option

Specifies a list (comma-separated) of addresses where to listen for TCP connections. You may also use * meaning “listen on all addresses”. When not set, only Unix socket connections are accepted. Addresses can be specified numerically (IPv4/IPv6) or by name.

type: null or strings concatenated with ","
Default
null
Example
"*"
declared in: nixos/modules/services/databases/pgbouncer.nixView source on NixOS/nixpkgs →