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 string
Default
{ }
Example
{
  "1" = "host=host1.example.com";
  "2" = "host=/tmp/pgbouncer-2 port=5555";
}
declared in: nixos/modules/services/databases/pgbouncer.nixView source on NixOS/nixpkgs →