diff options
Diffstat (limited to 'machines')
-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 |