feat: allow port for 5520 hytale

This commit is contained in:
s-prechtl 2026-01-14 17:09:06 +01:00
parent 048a87b970
commit 74fba951b9
3 changed files with 13 additions and 12 deletions

View file

@ -139,6 +139,7 @@
gdb
geogebra6
gh
ghidra
gimp
git
github-copilot-cli

View file

@ -82,7 +82,7 @@ in {
nix.settings.experimental-features = ["nix-command" "flakes"];
# 9 wake on lan
networking.firewall.allowedUDPPorts = [24454 9];
networking.firewall.allowedUDPPorts = [24454 9 5520];
services.modded-minecraft-servers = {
# This is mandatory, sorry.