From 4c85413b56749cf93b3659d1295174c8b71e4f64 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 18 Apr 2024 17:36:13 +0200 Subject: [PATCH] feat(steveej-x13s): accept iperf3 traffic on all interfaces --- nix/os/devices/steveej-x13s/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nix/os/devices/steveej-x13s/configuration.nix b/nix/os/devices/steveej-x13s/configuration.nix index 5a1817a..585c02e 100644 --- a/nix/os/devices/steveej-x13s/configuration.nix +++ b/nix/os/devices/steveej-x13s/configuration.nix @@ -96,6 +96,11 @@ networking.firewall.interfaces."en+".allowedUDPPorts = udp; networking.firewall.interfaces."wl+".allowedTCPPorts = tcp; networking.firewall.interfaces."wl+".allowedUDPPorts = udp; + + networking.firewall.allowedTCPPorts = [ + # iperf3 + 5201 + ]; }) ../../snippets/home-manager-with-zsh.nix