qbt: fix pkgs.vuetorrent path

This commit is contained in:
2025-08-25 13:29:20 -04:00
parent b8c5a66cdc
commit 7a199f9176

View File

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