Setup iperf on linux
This commit is contained in:
parent
04a4ad2eac
commit
9558105d35
|
@ -56,7 +56,11 @@ with lib; {
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
# iperf3 configuration
|
||||
{
|
||||
services.iperf3.enable = true;
|
||||
environment.systemPackages = with pkgs; [ iperf ];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue