automount nfs share app server
This commit is contained in:
parent
6f6e6f87b8
commit
f2c1d28bfd
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue