TITAN/shinobi: open firewall port

This commit is contained in:
Max Headroom 2022-03-17 21:01:36 +01:00
parent 6903a2d8ba
commit a89225ba6b

View file

@ -55,4 +55,6 @@ in
};
environment.NODE_PATH = "${shinobi}/lib/node_modules/shinobi/node_modules";
};
networking.firewall.allowedTCPPorts = [ 38080 ];
}