mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
nixos/zerotierone: fix documentation link formatting
This commit is contained in:
parent
f3acac425d
commit
6aa47a42fe
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in
|
||||||
description = ''
|
description = ''
|
||||||
Optional configuration to be written to the Zerotier JSON-based local.conf.
|
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.
|
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.
|
To understand the configuration format, refer to <https://docs.zerotier.com/config/#local-configuration-options>.
|
||||||
'';
|
'';
|
||||||
example = {
|
example = {
|
||||||
settings.allowTcpFallbackRelay = false;
|
settings.allowTcpFallbackRelay = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue