update proxy ports

This commit is contained in:
Gerg-L 2024-08-21 18:13:17 -04:00
parent ed2fd399ff
commit 10ee5ca2c2
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -1,9 +1,11 @@
{
networking.firewall.allowedTCPPorts = [
25565
25575
24454
];
networking.firewall = {
allowedUDPPorts = [ 24454 ];
allowedTCPPorts = [
25565
25575
];
};
services.nginx = {
enable = true;
config = ''