summaryrefslogblamecommitdiff
path: root/hosts/kay/modules/iperf3.nix
blob: 901a93d0dd0135cbb9d7b87a90d629aca07c2b40 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                     

                      


                        
{ ... }:

{
  services.iperf3 = {
    enable = true;

    bind = "10.0.0.1";
    openFirewall = true;
  };
}