summaryrefslogtreecommitdiff
path: root/hosts/kay/modules/iperf3.nix
blob: 62f9412521621b9ce985ce82fa0d4ea16635abab (plain) (blame)
1
2
3
4
5
6
7
8
{ ... }:

{
  services.iperf3 = {
    enable = true;
    openFirewall = true;
  };
}