From 4576e1a62dabc4f47bb402ac18d14ebbb7a4b7fa Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:26:25 +0100 Subject: [PATCH] Let us test things. --- 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..bbfbbda 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -266,7 +266,7 @@ in { partdb.loadBalancer = { servers = [ - {url = "http://127.0.0.1:8094";} + {url = "http://127.0.0.1:8087";} ]; passHostHeader = true; };