From c31ae00a50f45a3628cdf49f64d630b83f739583 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 6 Feb 2025 15:04:46 -0800 Subject: [PATCH] Fix: Extend smb device/mount timeout. --- dotfiles/systems/fighter/network-shares.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systems/fighter/network-shares.nix b/dotfiles/systems/fighter/network-shares.nix index b4197261..fe2e1891 100644 --- a/dotfiles/systems/fighter/network-shares.nix +++ b/dotfiles/systems/fighter/network-shares.nix @@ -41,7 +41,7 @@ in { let fsType = "cifs"; options = [ - "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s" + "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=20s,x-systemd.mount-timeout=20s" "credentials=/run/secrets/smb,uid=1000,gid=1000" ]; in {