From 540fb3fd28b1604e1b718ff20df39996fc1ff9be Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 23:28:22 +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 bbfbbda..13e4e8e 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:8087";} + {url = "http://10.1.1.249:8087";} ]; passHostHeader = true; };