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.
This commit is contained in:
Jeremy Fleischman
2025-06-05 13:21:48 -07:00
parent 4592eeb0b8
commit afefac3ac1

View File

@@ -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 = {