change mount flags for nfs

This commit is contained in:
smayzy 2026-04-12 18:46:16 +02:00
parent fbf381f476
commit 664c5a332a

View File

@ -31,8 +31,11 @@
fsType = "nfs";
options = [
"x-systemd.automount"
"nofail"
"noauto"
"nfsvers=4"
"soft"
"timeo=50"
];
depends = [ "/home" ];
};
@ -41,8 +44,11 @@
fsType = "nfs";
options = [
"x-systemd.automount"
"nofail"
"noauto"
"nfsvers=4"
"soft"
"timeo=50"
];
depends = [ "/home" ];
};
@ -51,8 +57,11 @@
fsType = "nfs";
options = [
"x-systemd.automount"
"nofail"
"noauto"
"nfsvers=4"
"soft"
"timeo=50"
];
depends = [ "/home" ];
};