From 89edfefaf32146574848ffb39ed3b4c137a9a280 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Tue, 3 Mar 2026 11:39:48 +0100 Subject: [PATCH] Fix typos. --- nix-system-configs/modules/system/traefik.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index b315e7a..edd6599 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -199,11 +199,11 @@ in { # See: https://github.com/grafana/alloy/blob/bbe11b0f6a3bd3391108b2d27122c654c535dd8d/docs/sources/set-up/migrate/from-promtail.md environment.etc."alloy/config.alloy" = { text = '' - prometheus.scrape "integrations/traefik" { + prometheus.scrape integrations_traefik { targets = [{ __address__ = "localhost:8080" }] job_name = "integrations/traefik" - relabel "set_instance_label" { + relabel set_instance_label { rule { target_label = "instance" replacement = constants.hostname