From e98d7a9a9f6428e538c147091364245ec5601ad8 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:24:40 +0100 Subject: [PATCH] Revert the changes...? --- 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 baf895e..cee7fe5 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -260,7 +260,7 @@ in { }; wavelog.loadBalancer = { servers = [ - {url = "http://10.1.1.249:8087";} + {url = "http://10.1.1.249:8086";} ]; };