l nfs-dl: add more mount options

This commit is contained in:
lassulus 2020-06-24 12:00:27 +02:00
parent a56bbf6dc2
commit 60c94ad269

View File

@ -3,17 +3,19 @@
device = "prism.w:/export/download"; device = "prism.w:/export/download";
fsType = "nfs"; fsType = "nfs";
options = [ options = [
"timeo=14" #"timeo=14"
"noauto" "noauto"
"noatime" "noatime"
"nodiratime" "nodiratime"
"noac" #"noac"
"nocto" #"nocto"
"x-systemd.automount" "x-systemd.automount"
"x-systemd.device-timeout=1" "x-systemd.device-timeout=1"
"x-systemd.idle-timeout=1min" "x-systemd.idle-timeout=1min"
"x-systemd.requires=retiolum.service" "x-systemd.requires=retiolum.service"
"x-systemd.requires=wpa_supplicant.service" "x-systemd.requires=wpa_supplicant.service"
"user"
"_netdev"
]; ];
}; };
} }