Fix nfs share timeout problems.

This commit is contained in:
CronyAkatsuki 2025-01-30 08:42:41 +01:00
parent 9572063e04
commit eba1975de8

View file

@ -92,6 +92,7 @@
fileSystems."/mnt/share" = {
device = "192.168.0.4:/mnt/nfs";
fsType = "nfs";
options = ["_netdev" "noauto" "x-systemd.automount" "x-systemd.mount-timeout=10" "timeo=14" "x-systemd.idle-timeout=600"];
};
# Allow for wireguard traffic