qbt: fix pkgs.vuetorrent path

This commit is contained in:
Simon Gardling 2025-08-25 13:29:20 -04:00
parent b8c5a66cdc
commit 7a199f9176
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -27,7 +27,7 @@
serverConfig.Preferences = { serverConfig.Preferences = {
WebUI = { WebUI = {
AlternativeUIEnabled = true; AlternativeUIEnabled = true;
RootFolder = builtins.toString pkgs.vuetorrent; RootFolder = "${pkgs.vuetorrent}/share/vuetorrent";
# disable auth because we use caddy for auth # disable auth because we use caddy for auth
AuthSubnetWhitelist = "0.0.0.0/0"; AuthSubnetWhitelist = "0.0.0.0/0";