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