Add UDP ports for server

This commit is contained in:
thiloho
2023-10-03 16:59:01 +02:00
parent 9b93944712
commit 105629e87a
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
hostName = "server"; hostName = "server";
firewall = { firewall = {
allowedTCPPorts = [ 80 443 25565 ]; allowedTCPPorts = [ 80 443 25565 ];
allowedUDPPorts = [ 80 443 25565 ];
}; };
}; };

View File

@@ -82,6 +82,7 @@
discord discord
qbittorrent qbittorrent
neofetch neofetch
google-chrome
]; ];
}; };
}; };