From 463041dfa982f3ba031cc7764376ebd17b230c19 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 27 Mar 2021 21:51:59 +0100 Subject: [PATCH] samba: fix min_protocol --- modules/fileShare.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fileShare.nix b/modules/fileShare.nix index 33de357..e37c341 100644 --- a/modules/fileShare.nix +++ b/modules/fileShare.nix @@ -22,6 +22,7 @@ in security = user #use sendfile = yes #max protocol = smb2 + min protocol = SMB3 hosts allow = ${allow} localhost hosts deny = 0.0.0.0/0 guest account = nobody