diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index 76c01ba..a488c14 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -266,7 +266,7 @@ homeassistant.loadBalancer.servers = [ { url = "http://192.168.100.10:8123"; } ]; - ollama.loadBalancer.servers = [ { url = "tcp://192.168.100.10:11434"; } ]; + ollama.loadBalancer.servers = [ { url = "http://192.168.100.10:11434"; } ]; }; }; };