From 27f794bc13af0ac5f5faeb7c78cf1717bb3492f1 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 24 Aug 2023 19:18:12 +0200 Subject: [PATCH] ZeNixComputa: Allow TCP Port for iperf --- 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 9d20682..3771171 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -30,7 +30,7 @@ wakeOnLan.enable = true; }; }; - firewall.allowedTCPPorts = [8080 8085]; + firewall.allowedTCPPorts = [8080 8085 5201]; }; time.timeZone = "Europe/Paris";