diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index da5028f..191953a 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -31,8 +31,11 @@ fsType = "nfs"; options = [ "x-systemd.automount" + "nofail" "noauto" "nfsvers=4" + "soft" + "timeo=50" ]; depends = [ "/home" ]; }; @@ -41,8 +44,11 @@ fsType = "nfs"; options = [ "x-systemd.automount" + "nofail" "noauto" "nfsvers=4" + "soft" + "timeo=50" ]; depends = [ "/home" ]; }; @@ -51,8 +57,11 @@ fsType = "nfs"; options = [ "x-systemd.automount" + "nofail" "noauto" "nfsvers=4" + "soft" + "timeo=50" ]; depends = [ "/home" ]; };