forked from fi/nix-infra
Add iperf host
This commit is contained in:
parent
c4795cdef9
commit
10de1e428a
4 changed files with 40 additions and 9 deletions
7
hosts/iperf/iperf.nix
Normal file
7
hosts/iperf/iperf.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.iperf3 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue