aboutsummaryrefslogtreecommitdiff
path: root/modules/postgresql/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/default.nix b/modules/postgresql/default.nix
index 80b362f..3a59337 100644
--- a/modules/postgresql/default.nix
+++ b/modules/postgresql/default.nix
@@ -20,7 +20,7 @@
# ipv4
host all all 127.0.0.1/32 trust
host all all 10.10.0.0/24 trust
- host all all 10.88.0.0/24 trust
+ host all all 10.88.0.0/16 trust
# ipv6
host all all ::1/128 trust
'';