diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 7d3a06e..d580fe6 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -13,6 +13,7 @@ in { }; ":prometheus"."Pleroma.Web.Endpoint.MetricsExporter" = { enabled = true; + auth = false; format = mkRaw ":text"; path = "/api/pleroma/app_metrics"; };