From 19c7f994ede08be1b57b6353bcd6fad296f12346 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 14 Feb 2026 17:28:41 +0100 Subject: [PATCH] Update port of Grafana. --- nix-system-configs/modules/system/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 84005a5..908d32e 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -255,7 +255,7 @@ in { grafana.loadBalancer = { servers = [ - {url = "http://10.1.1.10:3005";} + {url = "http://10.1.1.10:3000";} ]; }; };