commit 8ac48052c53e6f8f101fa24474270f71f7a78c1e
parent c5a4fbc72dfda17e3e016c06cd7beef686ad021d
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 12 Sep 2023 20:45:22 +0200
Meow
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/common/lib/confd.nix b/nixos/common/lib/confd.nix
@@ -59,8 +59,8 @@
auth_hba_file = /etc/pgbouncer/pg_hba.conf
auth_file = ${config.sops.secrets.pgbouncer_auth_file.path}
- admin_users postgres
- stats_users postgres
+ admin_users = postgres
+ stats_users = postgres
pool_mode = transaction
max_client_conn = 200