samba: fix allowlist

This commit is contained in:
Tim Schubert 2021-03-27 21:35:53 +01:00
parent 405888988d
commit 77e62d58a7
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -5,7 +5,7 @@ let
sharePath = "/mnt/storage/share";
ipv6 = "fd42:dead:beef::/48";
ipv4 = "192.168.42.0/24";
allow = "192.168.42.0 fd42:dead:beef::";
allow = "192.168.42. fd42:dead:beef::";
in
{
options.dadada.fileShare = {