diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 54d28b5..c5d2496 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -21,7 +21,20 @@ fileSystems."/mnt/library" = { device = "library.mesh.vimium.net:/mnt/library"; fsType = "nfs"; - options = [ "nfsvers=4.2" "soft" "nocto" "ro" "x-systemd.automount" "noauto" ]; + options = [ + "nfsvers=4.2" + "bg" + "intr" + "soft" + "timeo=5" + "retrans=5" + "actimeo=5" + "retry=5" + "nocto" + "ro" + "x-systemd.automount" + "noauto" + ]; }; system.autoUpgrade = {