diff --git a/modules/networking.nix b/modules/networking.nix index 083d53a..4e5bad4 100644 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -30,10 +30,12 @@ 57621 # Spotify discovery port 25565 # Minecraft 7777 7778 27015 27016 + 8080 # Dev test port ]; allowedUDPPorts = [ 5353 # Spotify discovery port 7777 7778 27015 27016 # Satisfactory dedicated server (etc) ports + 8080 ]; };