From 6df74443f1aa37ae2609093db8e608663ef7bc9e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 22 Jan 2019 16:51:14 -0800 Subject: Open ports 3000-3100 --- machines/lithium.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/lithium.nix') diff --git a/machines/lithium.nix b/machines/lithium.nix index 4970b91..323d3e0 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -17,7 +17,8 @@ in }; firewall = { - allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 3000 8080 ]; + allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 8080 ]; + allowedTCPPortRanges = [ { from = 3000; to = 3100; } ]; checkReversePath = false; }; -- cgit v1.2.3