appserver nfs

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-20 20:26:56 +02:00
parent e5d9494f61
commit 07100d1a01
2 changed files with 6 additions and 1 deletions

View file

@ -34,7 +34,7 @@
# Mount remote filesystem
fileSystems."/mnt/remote/media" = {
device = "files:/mnt/storage/";
device = "files:/mnt/storage";
fsType = "nfs";
};

View file

@ -19,6 +19,11 @@
{ device = "/dev/disk/by-uuid/28E2-7988";
fsType = "vfat";
};
fileSystems."/home/geir/nfs" =
{ device = "files:/mnt/storage";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
};
swapDevices = [ ];