mount options

This commit is contained in:
2025-12-15 23:31:04 +01:00
parent eccbae1431
commit f1358133b1

View File

@@ -85,6 +85,12 @@
device = "files:/mnt/default/homes";
fsType = "nfs";
options = [
"_netdev"
"x-systemd.automount"
"noatime"
"nofail"
]
};