From 77252690ca5e680222eff9cffc055fb9ac203eb6 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 27 Mar 2021 22:17:51 +0100 Subject: [PATCH] samba: fixup --- modules/fileShare.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/fileShare.nix b/modules/fileShare.nix index 1c5a1d5..ed64b11 100644 --- a/modules/fileShare.nix +++ b/modules/fileShare.nix @@ -5,7 +5,7 @@ let sharePath = "/mnt/storage/share"; ipv6 = "fd42:dead:beef::/48"; ipv4 = "192.168.42.0/24"; - allow = "192.168.42 fd42:dead:beef::"; + allow = "192.168.42. fd42:dead:beef::"; in { options.dadada.fileShare = { @@ -24,7 +24,6 @@ in #max protocol = smb2 min protocol = SMB3 hosts allow = ${allow} localhost - hosts deny = 0.0.0.0/0 guest account = nobody map to guest = bad user '';