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