diff --git a/profiles/postgresql.nix b/profiles/postgresql.nix index ab49ac9..cc204e3 100644 --- a/profiles/postgresql.nix +++ b/profiles/postgresql.nix @@ -23,6 +23,7 @@ host all all 127.0.0.1/32 scram-sha-256 host all all ::1/128 scram-sha-256 host all all 100.64.0.0/10 scram-sha-256 + host all all 172.18.0.0/12 scram-sha-256 ''; };