summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/lithium.nix3
1 files changed, 2 insertions, 1 deletions
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;
};