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