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"
       ];