Mount samba share without inode support
This commit is contained in:
parent
f9e4d45c21
commit
8b22d91e5b
|
@ -90,7 +90,7 @@
|
||||||
type = "cifs";
|
type = "cifs";
|
||||||
where = "/ugent";
|
where = "/ugent";
|
||||||
options =
|
options =
|
||||||
"credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.11,sec=ntlmv2i";
|
"credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.11,sec=ntlmv2i,noserverino";
|
||||||
mountConfig = { TimeoutSec = "5"; };
|
mountConfig = { TimeoutSec = "5"; };
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue