summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-11-17 19:37:29 +0100
committerAlan Pearce2023-11-17 19:37:29 +0100
commit6205f83301ce1646c4d366be2450cbc47de25ee3 (patch)
tree6a6f17f6d3f06edb7f44f8691012b3dfc21a03c1
parent7445dd16c27e21bae83506c1811dc163ca4bed28 (diff)
downloadnixfiles-6205f83301ce1646c4d366be2450cbc47de25ee3.tar.lz
nixfiles-6205f83301ce1646c4d366be2450cbc47de25ee3.tar.zst
nixfiles-6205f83301ce1646c4d366be2450cbc47de25ee3.zip
prefect: update network range
-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
     '';
   };