diff --git a/clusters/psql1/default.nix b/clusters/psql1/default.nix index 60017b2..5a40ed2 100644 --- a/clusters/psql1/default.nix +++ b/clusters/psql1/default.nix @@ -48,9 +48,11 @@ let host all postgres ::1/128 md5 host all postgres 10.1.8.0/24 md5 host all postgres 10.1.30.0/24 md5 - host all consto 10.1.8.0/24 md5 - host all consto 10.1.30.0/24 md5 + host score consto 10.1.8.0/24 md5 + host score consto 10.1.30.0/24 md5 host score consto all md5 + host mobilenews-provisioner mobilenews 10.1.8.0/24 md5 + host mobilenews-provisioner mobilenews 10.1.30.0/24 md5 ''; }; };