From d2b8307e7793722038a0ec31f597972c627e57d7 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Thu, 5 Jun 2025 13:21:48 -0700 Subject: [PATCH] Add a note about giving the Zerotier network a better name It's *very* easy to miss the "default" in the following code snippet. It's quite useful to have a non-"default" Zerotier network name, for example, when configuring data-mesher, you need to specify the `network.interface` setting. --- docs/site/guides/mesh-vpn.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/site/guides/mesh-vpn.md b/docs/site/guides/mesh-vpn.md index 9d680f415..9e25448bf 100644 --- a/docs/site/guides/mesh-vpn.md +++ b/docs/site/guides/mesh-vpn.md @@ -35,6 +35,11 @@ This guide shows you how to configure `zerotier` either through `NixOS Options` - The `new_machine` machine, which is the machine we want to add to the vpn network. ## 2. Configure the Inventory + + Note: consider picking a more descriptive name for the VPN than "default". + It will be added as an altname for the Zerotier virtual ethernet interface, and + will also be visible in the Zerotier app. + ```nix clan.inventory = { services.zerotier.default = {