From 3f7ef5ed22f785f22b64acd69c2d66ca72a2c047 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:52:59 +1000 Subject: [PATCH] web01: increase mount timeouts --- hosts/web01/samba.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/web01/samba.nix b/hosts/web01/samba.nix index e196f72..070c1c8 100644 --- a/hosts/web01/samba.nix +++ b/hosts/web01/samba.nix @@ -16,8 +16,8 @@ in "x-systemd.automount" "noauto" "x-systemd.idle-timeout=60" - "x-systemd.device-timeout=5s" - "x-systemd.mount-timeout=5s" + "x-systemd.device-timeout=10s" + "x-systemd.mount-timeout=10s" "x-systemd.requires=network-online.target" "x-systemd.after=network-online.target" ];