From 7398358fbcac5fb01adfac174a47b2587191990c Mon Sep 17 00:00:00 2001 From: alydev Date: Thu, 25 Sep 2025 18:18:32 +1000 Subject: [PATCH] update --- system/aly-server.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";