removed lazy loading of nfs share

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-02 20:59:56 +02:00
parent 9ad9bb0d14
commit 57af3401d3

View file

@ -25,7 +25,7 @@
fileSystems."/mnt/remote/media" = fileSystems."/mnt/remote/media" =
{ device = "files:/mnt/storage"; { device = "files:/mnt/storage";
fsType = "nfs"; fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ]; options = [];
}; };
swapDevices = [ ]; swapDevices = [ ];