From fdbcd8c8843a280697b0dc70cc6adef9c0c48961 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 23 May 2023 04:59:31 +0200 Subject: [PATCH] bicep: Emergency fix for matrix postgres auth I think --- hosts/bicep/services/postgres.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bicep/services/postgres.nix b/hosts/bicep/services/postgres.nix index ca9799b..3e56854 100644 --- a/hosts/bicep/services/postgres.nix +++ b/hosts/bicep/services/postgres.nix @@ -8,6 +8,8 @@ dataDir = "/data/postgresql"; authentication = '' + host all all 127.0.0.2/32 md5 + host all all 129.241.210.128/25 md5 host all all 2001:700:300:1900::/64 md5 '';