From 6aa47a42fe534c0ff3040ed0c1145c738af2e82c Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:21:42 -0500 Subject: [PATCH] nixos/zerotierone: fix documentation link formatting --- nixos/modules/services/networking/zerotierone.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/zerotierone.nix b/nixos/modules/services/networking/zerotierone.nix index ad6a74cc1b44..ebf800cf3f26 100644 --- a/nixos/modules/services/networking/zerotierone.nix +++ b/nixos/modules/services/networking/zerotierone.nix @@ -43,7 +43,7 @@ in 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. + To understand the configuration format, refer to . ''; example = { settings.allowTcpFallbackRelay = false;