nixos/zerotierone: fix documentation link formatting

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/zerotierone.nix
···
description = ''
Optional configuration to be written to the Zerotier JSON-based local.conf.
If set, the configuration will be symlinked to `/var/lib/zerotier-one/local.conf` at build time.
-
To understand the configuration format, refer to https://docs.zerotier.com/config/#local-configuration-options.
'';
example = {
settings.allowTcpFallbackRelay = false;
···
description = ''
Optional configuration to be written to the Zerotier JSON-based local.conf.
If set, the configuration will be symlinked to `/var/lib/zerotier-one/local.conf` at build time.
+
To understand the configuration format, refer to <https://docs.zerotier.com/config/#local-configuration-options>.
'';
example = {
settings.allowTcpFallbackRelay = false;