commit 245a5bfddc405094e757dfc0837181ab2a3611bf parent e0a155d9c571ed990f056a3e2074253301b7292c Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 5 Sep 2023 19:09:42 +0200 Fix typo Diffstat:
| M | nixos/common/lib/pgbouncer.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/lib/pgbouncer.nix b/nixos/common/lib/pgbouncer.nix @@ -40,7 +40,7 @@ ; Define your PgBouncer user and password here (replace with your actual values) auth_type = hba - auth_hba_file = ${services.patroni.postgresqlDataDir}/pg_hba.conf + auth_hba_file = ${config.services.patroni.postgresqlDataDir}/pg_hba.conf ; Connection Pooling Settings pool_mode = transaction