From 8bfe435c598c1056ad0af021270b852bd4cbafe8 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 2 May 2024 18:57:58 +0200 Subject: [PATCH] ZeNixComputa: Stardew valley ports --- hostconfig/ZeNixComputa/nixos.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index a9f7c48..f104563 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -45,7 +45,8 @@ wakeOnLan.enable = true; }; }; - firewall.allowedTCPPorts = [8080 8085 5201 7777]; + firewall.allowedTCPPorts = [8080 8085 5201 7777 24642]; + firewall.allowedUDPPorts = [24642]; }; time.timeZone = "Europe/Paris";