removed lazy loading of nfs share
This commit is contained in:
parent
9ad9bb0d14
commit
57af3401d3
|
@ -25,7 +25,7 @@
|
|||
fileSystems."/mnt/remote/media" =
|
||||
{ device = "files:/mnt/storage";
|
||||
fsType = "nfs";
|
||||
options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
|
||||
options = [];
|
||||
};
|
||||
swapDevices = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue