From 80abf0577c962e8d5a71e586f020953f939d90c6 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 30 Jul 2025 16:53:40 +0200 Subject: enable firewalls --- modules/games/satisfactory.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/games/satisfactory.nix') diff --git a/modules/games/satisfactory.nix b/modules/games/satisfactory.nix index 6864256..b47e575 100644 --- a/modules/games/satisfactory.nix +++ b/modules/games/satisfactory.nix @@ -6,6 +6,9 @@ }: { + networking.firewall.allowedTCPPorts = [ 7777 ]; + networking.firewall.allowedUDPPorts = [ 7777 ]; + virtualisation.oci-containers.containers = { satisfactory = { image = "docker.io/wolveix/satisfactory-server:latest"; -- cgit v1.2.3