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.
'';
};