MyNixOS website logo
option

services.zerotierone.localConf

Optional configuration to be written to the Zerotier JSON-based local.conf. If set, the configuration will be symlinked to /var/lib/zerotier-one/local.conf at build time. To understand the configuration format, refer to https://docs.zerotier.com/config/#local-configuration-options.

Declarations
Type
JSON value
Default
{ }
Example
{
  settings = {
    allowTcpFallbackRelay = false;
  };
}