From d9a8552b9b407a4084a9190390812381841a316d Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:21:30 +0100 Subject: [PATCH] TEMPORARY REMOVAL --- 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 cee7fe5..baf895e 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:8086";} + {url = "http://10.1.1.249:8087";} ]; };