Skip to content

static-hosts

Statically configure the host names of machines based on their respective zerotier-ip.

Usage

To use this module, import it like this:

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

Module Options

clan.static-hosts.excludeHosts

Hosts that should be excluded

Type: list of string

Default:

[
  "nixos"
]

static-hosts

clan.static-hosts.topLevelDomain

Top level domain to reach hosts

Type: string

Default:

""

static-hosts