tangled
alpha
login
or
join now
pyrox.dev
/
nix
My Nix Configuration
1
fork
atom
overview
issues
pulls
pipelines
nix
/
systems
/
x86_64-linux
/
prefect
/
services
/
zerotier.nix
at
3deee70d618ce7d19e6d4f4c7e2ddef7ea0772a4
98 B
view raw
1
{
2
services
.
zerotierone
=
{
3
enable
=
true
;
4
joinNetworks
=
[
"
a
8
4
a
c
5
c
1
0
a
3
b
1
d
6
9
"
]
;
5
}
;
6
}