summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 371871a4..912e0828 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -68,10 +68,10 @@
   networking.firewall.allowedTCPPorts = [ config.services.postgresql.port ];
 
   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 fdbf:4d14:b5de:0::/64 -j nixos-fw-accept
-    ip6tables -A nixos-fw -p udp --source fdbf:4d14:b5de:0::/64 -j nixos-fw-accept
+    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
   '';
 
   powerManagement.cpuFreqGovernor = "schedutil";