1
0
Fork 0

mediaserver: Add NFS mount

This commit is contained in:
Daniel Kempkens 2023-05-05 22:31:17 +02:00
parent 383d10e106
commit 2ef92ce992
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -100,6 +100,16 @@
what = "10.0.0.100:/mnt/dozer/MediaVault/YTDL";
where = "/mnt/media/YTDL";
}
{
wantedBy = [ "multi-user.target" ];
type = "nfs";
mountConfig = {
Options = "noatime,nconnect=16";
};
what = "10.0.0.100:/mnt/dozer/JailVault/MediaScraper";
where = "/mnt/media-scraper";
}
];
};
}