Add game ports for Valheim, OpenRA, OpenTTD, and Xonotic; update Wings configuration to use different ports instead.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m18s

This commit is contained in:
Root User 2026-03-22 15:13:43 +01:00
parent c80877a9a9
commit 6c25a08515
Signed by: root
GPG key ID: 087F0A95E5766D72
5 changed files with 81 additions and 4 deletions

View file

@ -59,6 +59,16 @@ in {
8087 # PartDB
8070 # Pelican
8443 # Wings
8080 # Wings
2022 # Wings
# Game stuff
2456 # Valheim
2457 # Valheim
2458 # Valheim
1234 # OpenRA
3979 # OpenTTD
26000 # Xonotic
];
networking.firewall.allowedUDPPorts = [
80
@ -67,6 +77,16 @@ in {
8087 # PartDB
8070 # Pelican
8443 # Wings
8080 # Wings
2022 # Wings
# Game stuff
2456 # Valheim
2457 # Valheim
2458 # Valheim
1234 # OpenRA
3979 # OpenTTD
26000 # Xonotic
];
system.stateVersion = "25.11";