zerotier-static-peers
Statically configure the zerotier
peers of a clan network.
Will be deprecated
The zerotier-static-peers
module might eventually be migrated to 'clanServices'*
See: clanServices
Categories
Statically configure the zerotier
peers of a clan network.
Requires a machine, that is the zerotier controller configured in the network.
Usage via Inventory
This module cannot be used via the inventory interface.
Usage via Nix
This module can be also imported directly in your nixos configuration. Although it is recommended to use the inventory interface if available.
Some modules are considered 'low-level' or 'expert modules' and are not available via the inventory interface.
{config, lib, inputs, ...}: {
imports = [ inputs.clan-core.clanModules.zerotier-static-peers ];
# ...
}
Module Options
The following options are available for this module.
clan.zerotier-static-peers.excludeHosts
Hosts that should be excluded
Type: list of string
Default:
Declared in: clanModules/zerotier-static-peers
clan.zerotier-static-peers.networkIds
Extra zerotier network Ids that should be accepted
Type: list of string
Default:
Declared in: clanModules/zerotier-static-peers
clan.zerotier-static-peers.networkIps
Extra zerotier network Ips that should be accepted
Type: list of string
Default:
Declared in: clanModules/zerotier-static-peers