samba: fix allowlist
This commit is contained in:
parent
405888988d
commit
77e62d58a7
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue