Fix ugent mount

This commit is contained in:
Charlotte Van Petegem 2022-08-18 13:26:52 +02:00
parent 9ae9440882
commit 2b9f1e7d1f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -15,7 +15,7 @@
"/mnt/ugent/files" = {
device = "//files.ugent.be/ecvpeteg";
fsType = "cifs";
options = [ "credentials=${config.age.secrets."passwords/ugent-mount-credentials".path},${automount_opts},users,vers=3.0,noperm,domain=UGENT,sec=ntlmv2i" ];
options = [ "credentials=${config.age.secrets."passwords/ugent-mount-credentials".path},${automount_opts},users,vers=3.11,noperm,domain=UGENT,sec=ntlmv2i" ];
noCheck = true;
};
"/mnt/ugent/webhost" = {