NFS: Difference between revisions

imported>Patryk27
No edit summary
imported>Patryk27
mNo edit summary
Line 91: Line 91:
   fileSystems."/mnt/tomoyo" = {
   fileSystems."/mnt/tomoyo" = {
     # ...
     # ...
     options = ["x-systemd.automount" "noauto"];
     options = [ "x-systemd.automount" "noauto" ];
   };
   };
}
}
Line 104: Line 104:
   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)
   };
   };
}
}