services.pgbouncer.settings.peers
NixOS option
Optional. Detailed information about PostgreSQL database definitions: https://www.pgbouncer.org/config.html#section-peers
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/databases/pgbouncer.nixView source on NixOS/nixpkgs →{
"1" = "host=host1.example.com";
"2" = "host=/tmp/pgbouncer-2 port=5555";
}