Skip to content

zerotier-static-peers

Statically configure the zerotier peers of a clan network.

Statically configure the zerotier peers of a clan network.

Requires a machine, that is the zerotier controller configured in the network.

Usage

To use this module, import it like this:

{config, lib, inputs, ...}: {
    imports = [ inputs.clan-core.clanModules.zerotier-static-peers ];
    # ...
}

Module Options

clan.zerotier-static-peers.excludeHosts

Hosts that should be excluded

Type: list of string

Default:

[
  "nixos"
]

zerotier-static-peers