diff --git a/modules/nixos/services/grafana.nix b/modules/nixos/services/grafana.nix index adb1321..66e492c 100644 --- a/modules/nixos/services/grafana.nix +++ b/modules/nixos/services/grafana.nix @@ -1083,6 +1083,28 @@ in } ]; } + { + matcher = { + id = "byName"; + options = "localhost:${builtins.toString config.services.paperless.port}"; + }; + properties = [ + { + id = "displayName"; + value = "Paperless"; + } + { + id = "links"; + value = [ + { + targetBlank = true; + title = ""; + url = "https://${config.hostnames.paperless}"; + } + ]; + } + ]; + } ]; }; gridPos = {