12 lines
157 B
Nix
12 lines
157 B
Nix
{...}: {
|
|
services = {
|
|
zerotierone = {
|
|
enable = true;
|
|
port = 9994;
|
|
joinNetworks = [
|
|
"abfd31bd4766754d"
|
|
];
|
|
};
|
|
};
|
|
}
|