mediaserver: update nfs mounts
This commit is contained in:
parent
c99fc7d6d3
commit
dc0b98afe7
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -24,7 +24,7 @@
|
||||||
{
|
{
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
Options = "noatime";
|
Options = "noatime,nconnect=4";
|
||||||
};
|
};
|
||||||
what = "10.0.0.100:/mnt/dozer/downloads";
|
what = "10.0.0.100:/mnt/dozer/downloads";
|
||||||
where = "/mnt/downloads";
|
where = "/mnt/downloads";
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
{
|
{
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
Options = "noatime";
|
Options = "noatime,nconnect=4";
|
||||||
};
|
};
|
||||||
what = "10.0.0.100:/mnt/dozer/media/TV Shows";
|
what = "10.0.0.100:/mnt/dozer/media/TV Shows";
|
||||||
where = "/mnt/media/TV Shows";
|
where = "/mnt/media/TV Shows";
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
{
|
{
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
Options = "noatime";
|
Options = "noatime,nconnect=4";
|
||||||
};
|
};
|
||||||
what = "10.0.0.100:/mnt/dozer/media/Documentaries";
|
what = "10.0.0.100:/mnt/dozer/media/Documentaries";
|
||||||
where = "/mnt/media/Documentaries";
|
where = "/mnt/media/Documentaries";
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
{
|
{
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
Options = "noatime";
|
Options = "noatime,nconnect=4";
|
||||||
};
|
};
|
||||||
what = "10.0.0.100:/mnt/dozer/MediaVault/Anime";
|
what = "10.0.0.100:/mnt/dozer/MediaVault/Anime";
|
||||||
where = "/mnt/media/Anime";
|
where = "/mnt/media/Anime";
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
{
|
{
|
||||||
type = "nfs";
|
type = "nfs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
Options = "noatime";
|
Options = "noatime,nconnect=4";
|
||||||
};
|
};
|
||||||
what = "10.0.0.100:/mnt/dozer/media/Movies";
|
what = "10.0.0.100:/mnt/dozer/media/Movies";
|
||||||
where = "/mnt/media/Movies";
|
where = "/mnt/media/Movies";
|
||||||
|
|
Loading…
Reference in a new issue