feat: add extra qbittorrent configuration for upload and download management
All checks were successful
ci / treefmt (push) Successful in 2m8s

This commit is contained in:
Ceferino Patino 2026-06-13 14:29:31 -05:00
commit 2304b7899a
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
2 changed files with 49 additions and 2 deletions

View file

@ -35,6 +35,11 @@ in {
host = "nas";
folder = "/volume1/jellyfin";
};
autobrr = {
host = "nas";
folder = "/volume1/qbittorrent";
mountPath = "/var/lib/qBittorrent/qBittorrent/downloads/autobrr";
};
};
};
};