From 2eda818fda20d095fc1fe57f7666ec2b0a55cfcf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 12 Mar 2019 10:06:03 -0700 Subject: Open port 8081 for urbit dev --- machines/lithium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/lithium.nix b/machines/lithium.nix index c8d6b6b..7c78483 100644 --- a/machines/lithium.nix +++ b/machines/lithium.nix @@ -18,7 +18,7 @@ in }; firewall = { - allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 8080 ]; + allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 8080 8081]; allowedTCPPortRanges = [ { from = 3000; to = 3100; } # dev { from = 49152; to = 65535; } # jupyter kernel -- cgit v1.2.3