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:
@@ -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.
|
- The `new_machine` machine, which is the machine we want to add to the vpn network.
|
||||||
|
|
||||||
## 2. Configure the Inventory
|
## 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
|
```nix
|
||||||
clan.inventory = {
|
clan.inventory = {
|
||||||
services.zerotier.default = {
|
services.zerotier.default = {
|
||||||
|
|||||||
Reference in New Issue
Block a user