From 4a410dbdf8eadd3ea0c9276ca02f2b5595284dc5 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 8 Jul 2026 11:37:28 -0400 Subject: [PATCH] feat(postgres): add trust authentication for richie on 172.16.0.0/12 --- systems/jeeves/services/postgress.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/jeeves/services/postgress.nix b/systems/jeeves/services/postgress.nix index 06a4747..aa0e62c 100644 --- a/systems/jeeves/services/postgress.nix +++ b/systems/jeeves/services/postgress.nix @@ -29,6 +29,7 @@ in host all richie ::1/128 trust host all richie 192.168.90.1/24 trust host all richie 192.168.99.1/24 trust + host all richie 172.16.0.0/12 trust #type database DBuser origin-address auth-method