feat: changed host share to allow servarr to be able to hardlink torrent files
All checks were successful
ci / treefmt (push) Successful in 1m56s
All checks were successful
ci / treefmt (push) Successful in 1m56s
This commit is contained in:
parent
1804e032fc
commit
c433746bc3
3 changed files with 5 additions and 10 deletions
|
|
@ -42,7 +42,7 @@ in {
|
|||
isReadOnly = false;
|
||||
};
|
||||
"/var/lib/qBittorrent/qBittorrent/downloads/seed" = {
|
||||
hostPath = "/var/lib/qBittorrent/qBittorrent/downloads/seed";
|
||||
hostPath = "/mnt/nfs/servarr/torrents";
|
||||
isReadOnly = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,14 +31,9 @@ in {
|
|||
};
|
||||
storage = {
|
||||
nfs.mounts = {
|
||||
jellyfin = {
|
||||
servarr = {
|
||||
host = "nas";
|
||||
folder = "/volume1/jellyfin";
|
||||
};
|
||||
seed = {
|
||||
host = "nas";
|
||||
folder = "/volume1/qbittorrent";
|
||||
mountPath = "/var/lib/qBittorrent/qBittorrent/downloads/seed";
|
||||
folder = "/volume1/servarr";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -48,9 +48,9 @@ in {
|
|||
};
|
||||
};
|
||||
nfs.mounts = {
|
||||
jellyfin = {
|
||||
servarr = {
|
||||
host = "nas";
|
||||
folder = "/volume1/jellyfin";
|
||||
folder = "/volume1/servarr";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue