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";} ]; };