services.zerotierone.localConf
NixOS option
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.
type: JSON valueDefault
{ }Example
declared in: nixos/modules/services/networking/zerotierone.nixView source on NixOS/nixpkgs →{
settings = {
allowTcpFallbackRelay = false;
};
}