From e4e7826b216c8e3c011de576182a22713e41a4dc Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 4 Oct 2022 11:55:45 +0200 Subject: [PATCH] Update samba version of the UGent folder --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 07a579b..75b930b 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -102,7 +102,7 @@ type = "cifs"; where = "/ugent"; options = - "credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.0,sec=ntlmv2i"; + "credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.11,sec=ntlmv2i"; mountConfig = { TimeoutSec = "5"; }; } ];