diff --git a/modules/blocks/monitoring.nix b/modules/blocks/monitoring.nix index 62ac507..c4223b2 100644 --- a/modules/blocks/monitoring.nix +++ b/modules/blocks/monitoring.nix @@ -629,13 +629,11 @@ in host = "localhost"; port = config.services.loki.configuration.server.http_listen_port; - labels = lib.traceValSeq ( - lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") { - job = "systemd-journal"; - domain = cfg.domain; - hostname = config.networking.hostName; - } - ); + labels = lib.concatMapAttrsStringSep ", " (n: v: "${n}=${v}") { + job = "systemd-journal"; + domain = cfg.domain; + hostname = config.networking.hostName; + }; label_keys = "$unit"; }