From 28968693a92e9cabd87b768a0a7494ca6418b579 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:23:39 -0500 Subject: [PATCH] nixos/slskd: fix documentation link formatting --- nixos/modules/services/web-apps/slskd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/slskd.nix b/nixos/modules/services/web-apps/slskd.nix index 7d4bc66c7399..208deee88b4d 100644 --- a/nixos/modules/services/web-apps/slskd.nix +++ b/nixos/modules/services/web-apps/slskd.nix @@ -52,7 +52,7 @@ in { Web interface credentials should also be set here in `SLSKD_USERNAME` and `SLSKD_PASSWORD`. Other, optional credentials like SOCKS5 with `SLSKD_SLSK_PROXY_USERNAME` and `SLSKD_SLSK_PROXY_PASSWORD` should all reside here instead of in the world-readable nix store. - Variables are documented at https://github.com/slskd/slskd/blob/master/docs/config.md + Variables are documented at ''; };