index
:
nixos
master
sinan's reproducible nixos systems
sinan@sinanmohd.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;
};
}