samba: limit backward-compatibility to smb2 protocol
Alan Pearce alan@alanpearce.eu
Sun, 23 Apr 2023 21:47:12 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
M system/settings/services/samba.nix → system/settings/services/samba.nix
@@ -22,9 +22,9 @@ securityType = "user"; 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 '';