From 893bf6fbbc2c81e366dff97bfc58a24c36a03748 Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Thu, 5 Feb 2026 14:34:20 -0600 Subject: [PATCH] push --- modules/monitor.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/monitor.nix b/modules/monitor.nix index 89d1f8e..30a33fe 100644 --- a/modules/monitor.nix +++ b/modules/monitor.nix @@ -104,7 +104,6 @@ } ]; scrape_configs = [ - # For systemd logs { job_name = "journal"; journal = { @@ -122,7 +121,7 @@ } ]; } - # For nginx logs + { job_name = "nginx"; static_configs = [ @@ -141,7 +140,6 @@ }; }; - # this puts the folder dashboards on the host system at /etc/grafana/dashboards environment.etc."grafana/dashboards" = { source = ./dashboards; user = "grafana"; @@ -168,7 +166,6 @@ enable = true; dashboards.settings.providers = [ { - # this tells grafana to look at the path for dashboards options.path = "/etc/grafana/dashboards"; } ];