mediaserver: Add NFS mount
This commit is contained in:
parent
383d10e106
commit
2ef92ce992
1 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue