diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index 3ee1fc0..76c01ba 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -158,6 +158,7 @@ rule = "Host(`blunkall.us`) && Path(`/api/ollama`)"; service = "ollama"; tls.certResolver = "cloudflare"; + priority = 2; }; jellyfin = { entryPoints = [ "localsecure" "websecure" ];