[nfs-mounts] Update media options for faster boot time

This commit is contained in:
2024-09-02 09:23:52 -07:00
parent 67ed1a44b1
commit d330faf646

View File

@@ -4,5 +4,10 @@
fileSystems."/media" = {
device = "10.0.0.43:/media";
fsType = "nfs";
options = [
"defaults"
"nofail"
"softreval"
];
};
}