From e6c4a19832fbaf48628e8d3583b906026a8bae1c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 18 Nov 2018 14:44:58 +0100 Subject: [PATCH] nix/os/devices/CFB4ED74: open iperf3 port --- nix/os/devices/CFB4ED74/system.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/os/devices/CFB4ED74/system.nix b/nix/os/devices/CFB4ED74/system.nix index 5da4f39..b2ff413 100644 --- a/nix/os/devices/CFB4ED74/system.nix +++ b/nix/os/devices/CFB4ED74/system.nix @@ -11,6 +11,10 @@ in { networking.hostName = "CFB4ED74"; # Define your hostname. networking.firewall.enable = true; + networking.firewall.allowedTCPPorts = [ + # iperf3 + 5201 + ]; networking.interfaces.eth0 = { useDHCP = true; ipv6.addresses = [ {