feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:11:58 -06:00
parent bb0b55b011
commit 4d8d534088
20 changed files with 107 additions and 28 deletions

View file

@ -40,7 +40,9 @@ in {
fsType = "cifs";
options =
synology.${synologyDrive}.options
++ ["credentials=${synologySecrets}"];
++ [
"credentials=${synologySecrets}"
];
};
};
@ -51,7 +53,9 @@ in {
fsType = "cifs";
options =
server.${sambaDrive}.options
++ ["credentials=${serverSecrets}"];
++ [
"credentials=${serverSecrets}"
];
};
};
in