From 8f125068b86a3f2fafbde4c24518ecde6dd5e474 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 18:00:20 +0900 Subject: [PATCH] test --- laptop/promtail.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/laptop/promtail.nix b/laptop/promtail.nix index c8774f21..d11f939e 100644 --- a/laptop/promtail.nix +++ b/laptop/promtail.nix @@ -23,8 +23,8 @@ basic_auth = { 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