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;