about summary refs log tree commit diff
path: root/nix/hosts/lernaeus/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/lernaeus/configuration.nix')
-rw-r--r--nix/hosts/lernaeus/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/hosts/lernaeus/configuration.nix b/nix/hosts/lernaeus/configuration.nix
index 9522b76..cfbc35f 100644
--- a/nix/hosts/lernaeus/configuration.nix
+++ b/nix/hosts/lernaeus/configuration.nix
@@ -44,6 +44,10 @@ in {
   networking = {
     hostName = "lernaeus";
     firewall.enable = true;
+
+    # iperf
+    firewall.allowedTCPPorts = [ 5201 ];
+    firewall.allowedUDPPorts = [ 5201 ];
   };
 
   time.timeZone = "Europe/Berlin";