chore: moved all seeding dirs to /mnt/nfs/servarr/torrents
Some checks failed
ci / treefmt (push) Failing after 3s
Some checks failed
ci / treefmt (push) Failing after 3s
This commit is contained in:
parent
59ce864d13
commit
40fca16e31
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue