diff options
Diffstat (limited to 'system/prefect.nix')
-rw-r--r-- | system/prefect.nix | 2 |
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 ''; }; |