automount nfs share app server

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-23 18:38:23 +02:00
parent 6f6e6f87b8
commit f2c1d28bfd

View file

@ -22,7 +22,7 @@
{ device = "/dev/disk/by-uuid/E251-F60A";
fsType = "vfat";
};
fileSystems."/home/geir/nfs" =
fileSystems."/mnt/remote/media" =
{ device = "files:/mnt/storage";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];