Fix borked CIFS mounts

This commit is contained in:
Lauren Lagarde 2025-08-23 16:26:17 -05:00
parent b704bad251
commit d6b4d0f2ac

View file

@ -31,7 +31,7 @@ in {
x: {
type = "cifs";
options = "rw,vers=3,credentials=${config.sops.secrets."dotspace/smb/${x.share}".path},uid=1000,gid=100,dir_mode=0775,file_mode=0775";
what = "//${x.host}.mlaga97.space/${x.share}";
what = "//${x.host}/${x.share}";
where = "/${x.share}";
}
) SMBShares;