diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-30 16:53:40 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-30 16:53:40 +0200 |
| commit | 80abf0577c962e8d5a71e586f020953f939d90c6 (patch) | |
| tree | dac85c2a5d5d99cbb2fb61824924ddbe8a113042 /modules/games/palworld.nix | |
| parent | add initial prometheus deployment (diff) | |
enable firewalls
Diffstat (limited to 'modules/games/palworld.nix')
| -rw-r--r-- | modules/games/palworld.nix | 1 |
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"; |
