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