From fcbbd608eeb849266770aa8690e4ae06627eaa83 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 27 Feb 2022 18:03:30 -0800 Subject: samba: fix configuration Some settings were missing, others incorrect, and the name of the share was also incorrect. --- hosts/common/server/samba.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/common/server') diff --git a/hosts/common/server/samba.nix b/hosts/common/server/samba.nix index 212f7ff..d3bb857 100644 --- a/hosts/common/server/samba.nix +++ b/hosts/common/server/samba.nix @@ -9,14 +9,14 @@ server string = tahoe netbios name = tahoe security = user - hosts allow = 10.77 192.168.0 127. guest account = nobody + mangled names = no + client min protocol = SMB2 map to guest = bad user ntlm auth = true - signing_required = no ''; shares = { - public = { + music = { path = "/data/media/music"; browseable = "yes"; "read only" = "yes"; -- cgit 1.4.1