7 lines
97 B
Nix
7 lines
97 B
Nix
{...}: {
|
|
services = {
|
|
zerotierone = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|