diff --git a/secret/container/additional-media/default.nix b/secret/container/additional-media/default.nix index d5ab966..ed29a6d 100644 Binary files a/secret/container/additional-media/default.nix and b/secret/container/additional-media/default.nix differ diff --git a/system/nixos/mediaserver-setup.nix b/system/nixos/mediaserver-setup.nix index f84e8b7..3daf45c 100644 --- a/system/nixos/mediaserver-setup.nix +++ b/system/nixos/mediaserver-setup.nix @@ -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";