Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
d4d57e2d4f5a6695504af2c935c69d3bbb6359d5
/
.
/
modules
/
firewall.nix
blob: 25a9210d6fce99c1cc6700a48e8b1f094949da93 [
file
] [
log
] [
blame
]
{
config
.
networking
.
firewall
.
enable
=
true
;
config
.
networking
.
firewall
.
allowedTCPPorts
=
[
19000
# Expo
1935
# RTMP
];
}