diff --git a/cluster/services/patroni/worker.nix b/cluster/services/patroni/worker.nix index f291365..9ccc294 100644 --- a/cluster/services/patroni/worker.nix +++ b/cluster/services/patroni/worker.nix @@ -67,6 +67,7 @@ in "host replication patronirep ${net} scram-sha-256" "host all patronirew ${net} scram-sha-256" "host all postgres ${net} scram-sha-256" + "host all all ${net} scram-sha-256" "host all all 127.0.0.1/32 scram-sha-256" ]; };