TITAN/shinobi: open firewall port
This commit is contained in:
parent
6903a2d8ba
commit
a89225ba6b
1 changed files with 2 additions and 0 deletions
|
@ -55,4 +55,6 @@ in
|
||||||
};
|
};
|
||||||
environment.NODE_PATH = "${shinobi}/lib/node_modules/shinobi/node_modules";
|
environment.NODE_PATH = "${shinobi}/lib/node_modules/shinobi/node_modules";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 38080 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue