From e3180b7675e4aabdb425b24df02aa6271b4497c0 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 29 Jun 2025 18:41:21 +0200 Subject: [PATCH] nixos/librenms: fix link --- nixos/modules/services/monitoring/librenms.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/monitoring/librenms.nix b/nixos/modules/services/monitoring/librenms.nix index 06ee43f2a26d..042c43fd7b65 100644 --- a/nixos/modules/services/monitoring/librenms.nix +++ b/nixos/modules/services/monitoring/librenms.nix @@ -354,7 +354,7 @@ in description = '' Attrset of the LibreNMS configuration. See for reference. - All possible options are listed [here](https://github.com/librenms/librenms/blob/master/misc/config_definitions.json). + All possible options are listed [here](https://github.com/librenms/librenms/blob/master/resources/definitions/config_definitions.json). See for setting other authentication methods. ''; default = { };