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" = {
|
||||
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}"
|
||||
];
|
||||
*/
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user