chore: moved all seeding dirs to /mnt/nfs/servarr/torrents
Some checks failed
ci / treefmt (push) Failing after 3s

This commit is contained in:
Ceferino Patino 2026-07-05 22:30:52 -05:00
commit 40fca16e31
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -43,7 +43,7 @@ in {
hostPath = "/var/lib/qBittorrent";
isReadOnly = false;
};
"/var/lib/qBittorrent/qBittorrent/downloads/seed" = {
"/mnt/nfs/servarr/torrents" = {
hostPath = "/mnt/nfs/servarr/torrents";
isReadOnly = false;
};
@ -135,15 +135,15 @@ in {
systemd.services = {
qbittorrent = {
requires = [
"mnt-nfs-servarr-torrents.mount"
"openvpn-default.service"
"var-lib-qBittorrent-qBittorrent-downloads-seed.mount"
"var-lib-qBittorrent.mount"
];
after = [
"mnt-nfs-servarr-torrents.mount"
"openvpn-default.service"
"var-lib-qBittorrent.mount"
"var-lib-qBittorrent-qBittorrent-downloads-seed.mount"
];
};
openvpn-default = {