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