NFS: Difference between revisions
imported>Patryk27 mNo edit summary |
imported>Patryk27 mNo edit summary |
||
Line 75: | Line 75: | ||
{ | { | ||
fileSystems."/mnt/tomoyo" = { | fileSystems."/mnt/tomoyo" = { | ||
# ... | |||
options = [ "nfsvers=4.2" ]; | options = [ "nfsvers=4.2" ]; | ||
}; | }; | ||
Line 86: | Line 86: | ||
{ | { | ||
fileSystems."/mnt/tomoyo" = { | fileSystems."/mnt/tomoyo" = { | ||
# ... | |||
options = ["x-systemd.automount" "noauto"]; | options = ["x-systemd.automount" "noauto"]; | ||
}; | }; | ||
Line 97: | Line 97: | ||
{ | { | ||
fileSystems."/mnt/tomoyo" = { | fileSystems."/mnt/tomoyo" = { | ||
# ... | |||
options = ["x-systemd.idle-timeout=600"]; # disconnects after 10 minutes (i.e. 600 seconds) | options = ["x-systemd.idle-timeout=600"]; # disconnects after 10 minutes (i.e. 600 seconds) | ||
}; | }; |