734 current 2024-06-04 18:21:15 24.11.20240531.57610d2 6.9.2-zen1 *

This commit is contained in:
zackartz 2024-06-04 18:21:19 -04:00
parent 37a3dba955
commit 887ab93eb4
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 8 additions and 8 deletions

View file

@ -157,7 +157,7 @@
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [80 443 6969 2022 24454];
networking.firewall.allowedTCPPorts = [80 443 6969 2022];
networking.firewall.allowedTCPPortRanges = [
{
from = 25565;
@ -168,7 +168,7 @@
to = 24464;
}
];
networking.firewall.allowedUDPPorts = [80 443 6969 2022 24454];
networking.firewall.allowedUDPPorts = [80 443 6969 2022];
# Or disable the firewall altogether.
# networking.firewall.enable = false;