aboutsummaryrefslogtreecommitdiff
path: root/modules/games/satisfactory.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/games/satisfactory.nix')
-rw-r--r--modules/games/satisfactory.nix3
1 files changed, 3 insertions, 0 deletions
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";