From 2eb6c43b49ad6764eb915537b3c0ebebe12f949a Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 11 Jun 2025 22:41:39 -0400 Subject: [PATCH] fixed formatting --- systems/jeeves/services/postgress.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/jeeves/services/postgress.nix b/systems/jeeves/services/postgress.nix index 36f5683..1f4e8c5 100644 --- a/systems/jeeves/services/postgress.nix +++ b/systems/jeeves/services/postgress.nix @@ -21,17 +21,17 @@ in local all richie trust host all richie 127.0.0.1/32 trust - host all richie ::1/128 trust + host all richie ::1/128 trust host all richie 192.168.90.1/24 trust host all richie 192.168.99.1/24 trust #type database DBuser origin-address auth-method - local hass hass trust + local hass hass trust # ipv4 - host hass hass 192.168.90.1/24 trust - host hass hass 127.0.0.1/32 trust + host hass hass 192.168.90.1/24 trust + host hass hass 127.0.0.1/32 trust # ipv6 host hass hass ::1/128 trust