From 783f1a8c0abfff65f91a714fe36e303861183338 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 22 Mar 2026 20:27:26 +0100 Subject: [PATCH] Change pelican wings port --- 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 1388803..7725c75 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -493,7 +493,7 @@ in { wings-pelican.loadBalancer = { servers = [ - {url = "http://10.1.1.249:8080";} + {url = "http://10.1.1.249:2022";} ]; passHostHeader = true; };