Merge pull request 'zerotier: improve docs for moons' (#2534) from DavHau/clan-core:DavHau-docs into main
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
Other machines can join this moon by adding this moon in their config.
|
||||
It will be reachable under the given stable endpoints.
|
||||
'';
|
||||
example = ''
|
||||
[ 1.2.3.4" "10.0.0.3/9993" "2001:abcd:abcd::3/9993" ]
|
||||
'';
|
||||
};
|
||||
# TODO, we want to remove these options from clanCore
|
||||
config.clan.core.networking.zerotier.moon.stableEndpoints =
|
||||
|
||||
@@ -38,6 +38,9 @@ in
|
||||
Other machines can join this moon by adding this moon in their config.
|
||||
It will be reachable under the given stable endpoints.
|
||||
'';
|
||||
example = ''
|
||||
[ 1.2.3.4" "10.0.0.3/9993" "2001:abcd:abcd::3/9993" ]
|
||||
'';
|
||||
};
|
||||
orbitMoons = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
|
||||
Reference in New Issue
Block a user