10 lines
165 B
Nix
10 lines
165 B
Nix
{...}: {
|
|
services = {
|
|
zerotierone = {
|
|
enable = false;
|
|
joinNetworks = [
|
|
# nope
|
|
];
|
|
};
|
|
};
|
|
}
|