729 current 2024-06-03 13:18:35 24.11.20240531.57610d2 6.9.2-zen1 *

This commit is contained in:
zackartz 2024-06-03 13:18:39 -04:00
parent b47ae8fc94
commit 29c7eb6cd2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 18 additions and 18 deletions

View file

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