mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-13 19:57:19 +00:00
4 lines
123 B
Nix
4 lines
123 B
Nix
{globals, ...}: {
|
|
services.zerotierone.enable = true;
|
|
services.zerotierone.joinNetworks = globals.zerotier.networks;
|
|
}
|