services.pgbouncer.settings.pgbouncer.listen_addr
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
- <nixpkgs/nixos/modules/services/databases/pgbouncer.nix>