Fix ugent mount
This commit is contained in:
parent
9ae9440882
commit
2b9f1e7d1f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"/mnt/ugent/files" = {
|
"/mnt/ugent/files" = {
|
||||||
device = "//files.ugent.be/ecvpeteg";
|
device = "//files.ugent.be/ecvpeteg";
|
||||||
fsType = "cifs";
|
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;
|
noCheck = true;
|
||||||
};
|
};
|
||||||
"/mnt/ugent/webhost" = {
|
"/mnt/ugent/webhost" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue