From 904a48dff624bde25c35632aa1e9761bc03a9dc6 Mon Sep 17 00:00:00 2001 From: alydev Date: Thu, 25 Sep 2025 17:47:41 +1000 Subject: [PATCH] update --- system/aly-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index 73539fa..abe39da 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -50,7 +50,7 @@ "server string" = "aly-server"; "netbios name" = "aly-server"; "security" = "user"; - "max protocol" = "smb1"; + "max protocol" = "smb2"; "hosts allow" = "192.168.0. 10.8.0. localhost 127.0.0.1"; "hosts deny" = "0.0.0.0/0"; "guest account" = "nobody";