hm: add mindustry-wayland and enable server ports in firewall

This commit is contained in:
Alexandre Cavalheiro 2024-07-17 11:28:36 -03:00
parent f52625c8ef
commit 6112af21d9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 3 additions and 0 deletions

View file

@ -99,6 +99,7 @@
winetricks
# Games
mindustry-wayland
shattered-pixel-dungeon
xonotic

View file

@ -106,12 +106,14 @@
networking.firewall = {
allowedTCPPorts = [
443 # SSL
6567 # Mindustry
80 # HTTP
];
allowedUDPPorts = [
2626 # Dolphin emulator
27015 # Source games
6567 # Mindustry
8211 # Palworld
];