tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
server
/
iperf.nix
at
main
7 lines
76 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
14d ago
e163a950
1
{
2
services
.
iperf3
=
{
3
enable
=
true
;
4
5
openFirewall
=
true
;
6
}
;
7
}