fix: test sb1 mount with new options and without secrets
This commit is contained in:
parent
03a427740c
commit
5dddb763fb
@ -103,11 +103,20 @@
|
|||||||
"/mnt/sb1" = {
|
"/mnt/sb1" = {
|
||||||
device = "//u424050.your-storagebox.de/backup";
|
device = "//u424050.your-storagebox.de/backup";
|
||||||
fsType = "cifs";
|
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 = [
|
options = [
|
||||||
"noauto"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
"credentials=${config.sops.templates.sb1-credentials.path}"
|
"credentials=${config.sops.templates.sb1-credentials.path}"
|
||||||
];
|
];
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user