1
0
Fork 0

mediaserver: update nfs mounts

This commit is contained in:
Daniel Kempkens 2023-04-18 22:37:48 +02:00
parent c99fc7d6d3
commit dc0b98afe7
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
{
type = "nfs";
mountConfig = {
Options = "noatime";
Options = "noatime,nconnect=4";
};
what = "10.0.0.100:/mnt/dozer/downloads";
where = "/mnt/downloads";
@ -33,7 +33,7 @@
{
type = "nfs";
mountConfig = {
Options = "noatime";
Options = "noatime,nconnect=4";
};
what = "10.0.0.100:/mnt/dozer/media/TV Shows";
where = "/mnt/media/TV Shows";
@ -42,7 +42,7 @@
{
type = "nfs";
mountConfig = {
Options = "noatime";
Options = "noatime,nconnect=4";
};
what = "10.0.0.100:/mnt/dozer/media/Documentaries";
where = "/mnt/media/Documentaries";
@ -51,7 +51,7 @@
{
type = "nfs";
mountConfig = {
Options = "noatime";
Options = "noatime,nconnect=4";
};
what = "10.0.0.100:/mnt/dozer/MediaVault/Anime";
where = "/mnt/media/Anime";
@ -60,7 +60,7 @@
{
type = "nfs";
mountConfig = {
Options = "noatime";
Options = "noatime,nconnect=4";
};
what = "10.0.0.100:/mnt/dozer/media/Movies";
where = "/mnt/media/Movies";