fix: test sb1 mount with new options and without secrets

This commit is contained in:
Bladesy 2025-01-02 00:23:33 +00:00
parent 03a427740c
commit 5dddb763fb

View File

@ -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}"
];
*/
};
};