commit 8cd845e756c616b97bfa19af0d98d87a96060309
parent 809aa1e18c9563126f135e827c03e0bd06272465
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 5 Sep 2023 19:29:12 +0200
Fix pg_hba perms
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/nixos/common/lib/pgbouncer.nix b/nixos/common/lib/pgbouncer.nix
@@ -38,9 +38,7 @@
group = config.users.users.pgbouncer.group;
text = ''
host all all 10.100.12.1/32 md5
- host replication all 10.100.12.1/32 md5
host all all 10.100.0.0/10 md5
- host replication all 10.100.0.0/10 md5
host all all 10.244.0.0/10 md5
'';
};