Fix borked CIFS mounts
This commit is contained in:
parent
b704bad251
commit
d6b4d0f2ac
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue