diff options
author | tv <tv@krebsco.de> | 2020-07-14 19:31:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2020-07-14 19:31:19 +0200 |
commit | 75340366685c47ddc649bcbd1b06666e09d3cf85 (patch) | |
tree | c40e7b72d6d336c0c61ae3d94eb678c4273fce77 /lass/2configs/nfs-dl.nix | |
parent | ef4572145301e3daba853a1b67c963472fbb828c (diff) | |
parent | dbee272de6f3dae261ac6e15992b91cd3c1d02ed (diff) |
Merge remote-tracking branches 'gum/master' and 'prism/master'
Diffstat (limited to 'lass/2configs/nfs-dl.nix')
-rw-r--r-- | lass/2configs/nfs-dl.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lass/2configs/nfs-dl.nix b/lass/2configs/nfs-dl.nix index ba53321b9..91b026455 100644 --- a/lass/2configs/nfs-dl.nix +++ b/lass/2configs/nfs-dl.nix @@ -3,17 +3,19 @@ device = "prism.w:/export/download"; fsType = "nfs"; options = [ - "timeo=14" + #"timeo=14" "noauto" "noatime" "nodiratime" - "noac" - "nocto" + #"noac" + #"nocto" "x-systemd.automount" "x-systemd.device-timeout=1" "x-systemd.idle-timeout=1min" "x-systemd.requires=retiolum.service" "x-systemd.requires=wpa_supplicant.service" + "user" + "_netdev" ]; }; } |