From a9ffc8311db713bb54e3eb42d16174356138cc69 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 22:58:54 +0100 Subject: [PATCH] Remove Anubis from Wavelog - it was overkill. --- nix-system-configs/modules/system/traefik.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index 5110e26..68bef7e 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -97,6 +97,7 @@ in { }; }; + /* wavelog = { enable = true; settings = { @@ -110,6 +111,7 @@ in { METRICS_BIND = "127.0.0.1:8096"; }; }; + */ partdb = { enable = true; @@ -258,7 +260,7 @@ in { }; wavelog.loadBalancer = { servers = [ - {url = "http://127.0.0.1:8093";} + {url = "http://10.1.1.249:8086";} ]; };