diff options
Diffstat (limited to 'lass/2configs/nfs-dl.nix')
-rw-r--r-- | lass/2configs/nfs-dl.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lass/2configs/nfs-dl.nix b/lass/2configs/nfs-dl.nix deleted file mode 100644 index eeab732ba..000000000 --- a/lass/2configs/nfs-dl.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - fileSystems."/mnt/prism" = { - device = "prism.w:/export/download"; - fsType = "nfs"; - options = [ - #"timeo=14" - "noauto" - "noatime" - "nodiratime" - #"noac" - #"nocto" - "x-systemd.automount" - "x-systemd.device-timeout=1" - "x-systemd.idle-timeout=1min" - "x-systemd.requires=retiolum.service" - "user" - "_netdev" - "soft" - ]; - }; -} - |