From 0668a2bcdc83a1894964cb12097ccd2d219bd45d Mon Sep 17 00:00:00 2001 From: pazpi Date: Mon, 5 May 2025 22:48:10 +0200 Subject: [PATCH] Fix: Qbittorrent port --- hosts/caddy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/caddy/default.nix b/hosts/caddy/default.nix index f8d035e..515f774 100644 --- a/hosts/caddy/default.nix +++ b/hosts/caddy/default.nix @@ -168,7 +168,7 @@ in } { subdomain = "torrent"; - host = "http://qbittorrent.${p.domains.tsDns}:8080"; + host = "http://qbittorrent.${p.domains.tsDns}:8090"; domain = p.domains.ts; } {