From b939ae3ea389b452aa174edd08481af78d26231f Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 20 Dec 2023 12:00:39 +0100 Subject: [PATCH] ZeNixComputa: Add terraria port --- hostconfig/ZeNixComputa/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index c7817f0..6011911 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -30,7 +30,7 @@ wakeOnLan.enable = true; }; }; - firewall.allowedTCPPorts = [8080 8085 5201]; + firewall.allowedTCPPorts = [8080 8085 5201 7777]; }; time.timeZone = "Europe/Paris";