From ab8734f8bb1af13dde865d52fe8157594f9ed1b4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Apr 2023 21:47:12 +0200 Subject: samba: limit backward-compatibility to smb2 protocol --- system/settings/services/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/settings') diff --git a/system/settings/services/samba.nix b/system/settings/services/samba.nix index 7ac67f94..f957ba67 100644 --- a/system/settings/services/samba.nix +++ b/system/settings/services/samba.nix @@ -22,9 +22,9 @@ in extraConfig = '' workgroup = ${workgroup} mdns name = mdns + min protocol = smb2 security = user #use sendfile = yes - #max protocol = smb2 guest account = nobody map to guest = bad user ''; -- cgit 1.4.1