From 792a4e96b683c199c32d0c9417bcc1b8b593ed72 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 1 Jan 2026 12:52:28 +0100 Subject: [PATCH] feat(tyr): enable iperf3.: --- hosts/tyr/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/tyr/configuration.nix b/hosts/tyr/configuration.nix index 9f60a02..86a27d5 100644 --- a/hosts/tyr/configuration.nix +++ b/hosts/tyr/configuration.nix @@ -166,6 +166,11 @@ enable = true; }; + services.iperf3 = { + enable = true; + openFirewall = true; + }; + # Enable my specific settings crony.secrets.enable = true;