summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index faff27d7..d7781785 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -88,10 +88,8 @@
     startWhenNeeded = true;
   };
   networking.firewall.extraCommands = ''
-    iptables  -A nixos-fw -p udp --source 172.30.44.0/24       -j nixos-fw-accept
-    iptables  -A nixos-fw -p tcp --source 172.30.44.0/24       -j nixos-fw-accept
-    ip6tables -A nixos-fw -p tcp --source fd12:d04f:65d:0::/64 -j nixos-fw-accept
-    ip6tables -A nixos-fw -p udp --source fd12:d04f:65d:0::/64 -j nixos-fw-accept
+    iptables  -A nixos-fw -p udp --source 172.30.42.0/24       -j nixos-fw-accept
+    iptables  -A nixos-fw -p tcp --source 172.30.42.0/24       -j nixos-fw-accept
   '';
 
   networking = {