We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8856c7 commit f763607Copy full SHA for f763607
desktop/configuration/networking.nix
@@ -5,6 +5,7 @@ _:
5
hostName = "nixos-desktop";
6
firewall.allowedTCPPorts = [
7
25575 # RCON port
8
+ 8212 # PalWorld
9
];
10
firewall.allowedUDPPorts = [
11
8211 # PalWorld port
0 commit comments