From 04f51912039ce5f4ea57211c36a96fa791416657 Mon Sep 17 00:00:00 2001 From: alydev Date: Thu, 25 Sep 2025 18:27:23 +1000 Subject: [PATCH] update --- system/aly-server.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index b50ed73..8fc9166 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -63,8 +63,10 @@ "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"; + "guest account" = "nobody"; "map to guest" = "bad user"; + "interfaces" = "lo eth0 docker0 tun0"; + "bind interfaces only" = "yes"; }; "storage" = { "path" = "/mnt/storage";