networking: Allow zola port

This commit is contained in:
Donovan Glover 2023-09-12 15:20:43 -04:00
parent 464fbeb750
commit 3187b2efcf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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