From 8eef59ae28582e62f885cd42635f4b078d8aa096 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 27 May 2024 13:37:55 +0100 Subject: [PATCH] Optimise NFS client options for game ISOs - Use default settings for file attribute caching - Increase time client can wait for a response before retrying the request --- hosts/desktop.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/desktop.nix b/hosts/desktop.nix index fe9934d..1ec5721 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -24,11 +24,8 @@ options = [ "nfsvers=4.2" "bg" - "intr" "soft" - "timeo=5" - "retrans=5" - "actimeo=5" + "timeo=20" "retry=5" "nocto" "ro"