From c56faf5ffc7f34d5b783834f93c61936a7a2d65c Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 24 May 2024 11:55:29 -0400 Subject: [PATCH] disable loki --- modules/nixos/sites/grafana/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/nixos/sites/grafana/default.nix b/modules/nixos/sites/grafana/default.nix index 8288416..57e7f08 100644 --- a/modules/nixos/sites/grafana/default.nix +++ b/modules/nixos/sites/grafana/default.nix @@ -32,12 +32,12 @@ in { access = "proxy"; url = "http://127.0.0.1:${toString config.services.prometheus.port}"; } - { - name = "Loki"; - type = "loki"; - access = "proxy"; - url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}"; - } + # { + # name = "Loki"; + # type = "loki"; + # access = "proxy"; + # url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}"; + # } ]; }; };