From 27971205fd2cdbeaa8565204c45fe73120355fad Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:10 -0500 Subject: [PATCH] nixos/librenms: fix documentation link formatting --- nixos/modules/services/monitoring/librenms.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/monitoring/librenms.nix b/nixos/modules/services/monitoring/librenms.nix index e3f0d486ae69..599117b07356 100644 --- a/nixos/modules/services/monitoring/librenms.nix +++ b/nixos/modules/services/monitoring/librenms.nix @@ -344,9 +344,9 @@ in }; description = '' Attrset of the LibreNMS configuration. - See https://docs.librenms.org/Support/Configuration/ for reference. + See for reference. All possible options are listed [here](https://github.com/librenms/librenms/blob/master/misc/config_definitions.json). - See https://docs.librenms.org/Extensions/Authentication/ for setting other authentication methods. + See for setting other authentication methods. ''; default = { }; example = { @@ -361,7 +361,7 @@ in default = null; description = '' Additional config for LibreNMS that will be appended to the `config.php`. See - https://github.com/librenms/librenms/blob/master/misc/config_definitions.json + for possible options. Useful if you want to use PHP-Functions in your config. ''; };