ZeroTier One

From NixOS Wiki
Revision as of 15:15, 25 June 2024 by Denperidge (talk | contribs) (Documented joinNetworks not automatically leaving networks)

Example config

services.zerotierone = {
  enable = true;
  joinNetworks = [
    "6465f4ee45356976"
    "71e441cc137b93c8"
  ];
};

NOTE: this configuration will automatically join networks, but will not automatically leave networks. This still has to be done manually: see search.nixos.org.