summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index dd411573..70f1e1f7 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -114,7 +114,7 @@
   networking.firewall = {
     allowedTCPPorts = [ 80 443 139 445 1024 ];
     extraInputRules = ''
-      ip saddr 172.30.42.0/24 accept
+      ip saddr 10.0.0.0/8 accept
       ip6 saddr { fd00::/8, fe80::/10 } accept
     '';
   };