diff options
author | Ben Sima <ben@bsima.me> | 2019-03-12 10:06:03 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-12 10:06:11 -0700 |
commit | 2eda818fda20d095fc1fe57f7666ec2b0a55cfcf (patch) | |
tree | ee27065a10838f16eb1b3f4481bcfb44c9819013 | |
parent | b6758100c85ae919360db84fdf9e912bd5aa6e7b (diff) |
Open port 8081 for urbit dev
-rw-r--r-- | machines/lithium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |