From 2b8ca1c805f3d4f654924c369b88e370188acf0c Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 18:00:01 +0900 Subject: [PATCH] test --- laptop/promtail.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laptop/promtail.nix b/laptop/promtail.nix index ff53f8e0..c8774f21 100644 --- a/laptop/promtail.nix +++ b/laptop/promtail.nix @@ -24,7 +24,7 @@ username = loki-sa; password = null; # https://nixos.wiki/wiki/Comparison_of_secret_managing_schemes; } - }]; + };]; scrape_configs = [{ job_name = "journal"; journal = { @@ -37,8 +37,8 @@ relabel_configs = [{ source_labels = [ "__journal__systemd_unit" ]; target_label = "unit"; - }]; - }]; + };]; + };]; }; }; } \ No newline at end of file