Open firewall ports to host server for vintagestory

This commit is contained in:
Joey Hafner 2024-12-31 10:47:44 -08:00
parent 83c01a421d
commit 7266e9976a
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -0,0 +1,6 @@
{ ... }: {
networking.firewall = {
allowedTCPPorts = [ 42420 ];
allowedUDPPorts = [ 42420 ];
};
}