Fix nfs share timeout problems.
This commit is contained in:
parent
9572063e04
commit
eba1975de8
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
fileSystems."/mnt/share" = {
|
fileSystems."/mnt/share" = {
|
||||||
device = "192.168.0.4:/mnt/nfs";
|
device = "192.168.0.4:/mnt/nfs";
|
||||||
fsType = "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
|
# Allow for wireguard traffic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue