change mount flags for nfs
This commit is contained in:
parent
fbf381f476
commit
664c5a332a
@ -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" ];
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user