hm: add mindustry-wayland and enable server ports in firewall
This commit is contained in:
parent
f52625c8ef
commit
6112af21d9
2 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
|||
winetricks
|
||||
|
||||
# Games
|
||||
mindustry-wayland
|
||||
shattered-pixel-dungeon
|
||||
xonotic
|
||||
|
||||
|
|
|
@ -106,12 +106,14 @@
|
|||
networking.firewall = {
|
||||
allowedTCPPorts = [
|
||||
443 # SSL
|
||||
6567 # Mindustry
|
||||
80 # HTTP
|
||||
];
|
||||
|
||||
allowedUDPPorts = [
|
||||
2626 # Dolphin emulator
|
||||
27015 # Source games
|
||||
6567 # Mindustry
|
||||
8211 # Palworld
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue