diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index a716648..28b4617 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -34,10 +34,12 @@ serverConfig.Preferences = { WebUI = { AlternativeUIEnabled = true; - RootFolder = "${pkgs.fetchzip { - url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.0/vuetorrent.zip"; - sha256 = "GCrKmv1jvN6bZb3s5E96KE3PsJ3ju63sVfCtU1RF/u8="; - }}"; + RootFolder = builtins.toString ( + pkgs.fetchzip { + url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.1/vuetorrent.zip"; + sha256 = "yZmnRmYoinJ8uSuUpjGIRCQWBrK59hwyEkCq8aWiOvQ="; + } + ); # disable auth because we use caddy for auth AuthSubnetWhitelist = "0.0.0.0/0"; @@ -52,7 +54,7 @@ serverConfig.BitTorrent = { Session = { - GlobalUPSpeedLimit = 500; # 500 KiB/s + GlobalUPSpeedLimit = 1500; # 500 KiB/s GlobalDLSpeedLimit = 5000; # 5 MiB/s IgnoreLimitsOnLAN = true;