From 771fedfaad79da82acdd3e6c973aa7d93d09fd04 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 28 Jun 2024 22:12:24 +0200 Subject: [PATCH] 2nd factorio and minecraft servers --- hosts/server/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 6a56a4b..08c4843 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -125,14 +125,18 @@ networking.firewall.allowedTCPPorts = [ 22 # ssh 25565 25575 # minecraft + 25566 25576 # minecraft 38281 # archipelago 34197 27015 # factorio + 34198 27016 # factorio ]; networking.firewall.allowedUDPPorts = [ 22 # ssh 25565 25575 # minecraft + 25566 25576 # minecraft 38281 # archipelago 34197 27015 # factorio + 34198 27016 # factorio ]; # Or disable the firewall altogether. # networking.firewall.enable = false;