diff --git a/system/aly-server.nix b/system/aly-server.nix index d4e2b98..6944270 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -56,7 +56,8 @@ "server string" = "aly-server"; "netbios name" = "aly-server"; "security" = "user"; - "max protocol" = "smb2"; + "min protocol" = "SMB2_02"; + "max protocol" = "SMB3_11"; "hosts allow" = "192.168.0. 10.8.0. localhost 127.0.0.1"; "hosts deny" = "0.0.0.0/0"; "guest account" = "aly";