From 12c9af83e6e920c83b96e7e197440bd7970bc290 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Tue, 30 Jun 2026 04:38:13 +0200 Subject: [PATCH] Allow my Satisfactory server ports --- modules/networking.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/networking.nix b/modules/networking.nix index c248e21..bea61ed 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -28,9 +28,11 @@ firewall = { allowedTCPPorts = [ 57621 # Spotify discovery port + 7777 7778 27015 27016 ]; allowedUDPPorts = [ 5353 # Spotify discovery port + 7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports ]; };