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 {