Mount samba share without inode support

This commit is contained in:
2022-11-07 17:23:06 +01:00
parent f9e4d45c21
commit 8b22d91e5b

View File

@@ -90,7 +90,7 @@
type = "cifs";
where = "/ugent";
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"; };
}
];