From f796a0e8197336a4f406105e1751003e9cbe02f7 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Tue, 1 Nov 2022 11:40:23 +0100
Subject: [PATCH] ma hetzner-client: mount on startup

---
 2configs/share/hetzner-client.nix | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/2configs/share/hetzner-client.nix b/2configs/share/hetzner-client.nix
index dc86373..f7afc6d 100644
--- a/2configs/share/hetzner-client.nix
+++ b/2configs/share/hetzner-client.nix
@@ -3,10 +3,7 @@
 with <stockholm/lib>;
 let
   automount_opts =
-  [ "x-systemd.automount"
-    "noauto" "x-systemd.idle-timeout=600"
-    "x-systemd.device-timeout=5s"
-    "x-systemd.mount-timeout=5s"
+  ["nofail" "noempty"
   ];
   host = "u288834.your-storagebox.de";
 in {