networking: Allow zola port

This commit is contained in:
Donovan Glover
2023-09-12 15:20:43 -04:00
parent 464fbeb750
commit 3187b2efcf

View File

@@ -19,7 +19,13 @@
}; };
firewall = { firewall = {
allowedUDPPorts = [ 5029 ]; allowedUDPPorts = [
5029
];
allowedTCPPorts = [
1111
];
}; };
}; };
} }