aboutsummaryrefslogtreecommitdiff
path: root/modules/games/palworld.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/games/palworld.nix')
-rw-r--r--modules/games/palworld.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/games/palworld.nix b/modules/games/palworld.nix
index 844eb36..74974fa 100644
--- a/modules/games/palworld.nix
+++ b/modules/games/palworld.nix
@@ -1,6 +1,7 @@
{ config, lib, ... }:
{
+ networking.firewall.allowedUDPPorts = [ 8211 ];
virtualisation.oci-containers.containers = {
palworld-server = {
image = "docker.io/jammsen/palworld-dedicated-server:latest";