From be86c31d42d16b50c3b8b2df07d6bd26b373831f Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 5 Jun 2025 15:56:05 +0200 Subject: [PATCH] zerotier: Emphasize that moons are optional --- clanServices/zerotier/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/clanServices/zerotier/README.md b/clanServices/zerotier/README.md index 2b5f41ae4..b683056ac 100644 --- a/clanServices/zerotier/README.md +++ b/clanServices/zerotier/README.md @@ -1,22 +1,22 @@ ## Example Usage ``` - inventory.instances = { - zerotier = { - module = { - name = "zerotier"; - input = "clan"; - }; - roles.peer.tags.all = { }; - roles.controller.machines.jon = { }; - roles.moon.machines.sara.settings.stableEndpoints = [ "77.52.165.46" ]; +inventory.instances = { + zerotier = { + module = { + name = "zerotier"; + input = "clan"; }; + roles.peer.tags.all = { }; + roles.controller.machines.jon = { }; + roles.moon.machines.sara.settings.stableEndpoints = [ "77.52.165.46" ]; + }; ``` The input should be named according to your flake input. All machines will be peers and connected to the zerotier network. Jon is the controller machine, which will will accept other machines into the network. -Sara is a moon and sets the `stableEndpoint` setting with a publically reachable IP. +Sara is a moon and sets the `stableEndpoint` setting with a publically reachable IP, the moon is optional. ## Overview