From ed53502cc3d7b0b7565d8550d4d269f70d167b62 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 26 May 2023 08:57:51 +0100 Subject: [PATCH] Typo in traefik config --- services/traefik/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/traefik/syncthing.nix b/services/traefik/syncthing.nix index 6fc6d574..1d91ebfa 100644 --- a/services/traefik/syncthing.nix +++ b/services/traefik/syncthing.nix @@ -8,6 +8,6 @@ middlewares = ["auth"]; tls = {certResolver = "default";}; }; - services.syncthing-webinterface.loadBalander.servers = [{url = "http://localhost:8384";}]; + services.syncthing-webinterface.loadBalancer.servers = [{url = "http://localhost:8384";}]; }; }