diff --git a/modules/sv1.nix b/modules/sv1.nix index f879cd4..cdd1c1c 100644 --- a/modules/sv1.nix +++ b/modules/sv1.nix @@ -103,11 +103,20 @@ "/mnt/sb1" = { device = "//u424050.your-storagebox.de/backup"; fsType = "cifs"; + options = [ + ( + "x-systemd.automount,noauto,x-systemd.idle-timeout=60," + + "x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s," + + "credentials=/persist/sb1-credentials" + ) + ]; + /* options = [ "noauto" "x-systemd.automount" "credentials=${config.sops.templates.sb1-credentials.path}" ]; + */ }; };