diff --git a/hosts/bicep/services/postgres.nix b/hosts/bicep/services/postgres.nix index 9aecdae..f2d5131 100644 --- a/hosts/bicep/services/postgres.nix +++ b/hosts/bicep/services/postgres.nix @@ -11,8 +11,9 @@ in dataDir = "/data/postgresql"; authentication = '' - host all all 129.241.210.128/25 md5 - host all all 2001:700:300:1900::/64 md5 + local all all md5 + host all all 129.241.210.128/25 md5 + host all all 2001:700:300:1900::/64 md5 ''; # Hilsen https://pgconfigurator.cybertec-postgresql.com/