Adjust mount options for mailserver

This commit is contained in:
Andreas Zweili 2024-03-04 22:32:15 +01:00
parent b43da366ea
commit d8007dc975
1 changed files with 2 additions and 0 deletions

View File

@ -64,7 +64,9 @@ in
fsType = "nfs";
options = [
"hard"
"nfsvers=4.0"
"noatime"
"nolock"
"rw"
];
};