services.zerotierone.joinNetworks

NixOS option

List of ZeroTier Network IDs to join on startup. Note that networks are only ever joined, but not automatically left after removing them from the list. To remove networks, use the ZeroTier CLI: zerotier-cli leave <network-id>

type: list of string
Default
[ ]
Example
[
  "a8a2c3c10c1a68de"
]
declared in: nixos/modules/services/networking/zerotierone.nixView source on NixOS/nixpkgs →