fix build

This commit is contained in:
陈浩南 2024-09-25 18:29:17 +08:00
parent 5f134d09c2
commit 85c41f98fe

View File

@ -34,14 +34,14 @@ inputs:
# TCP 139 445 UDP 137 138
openFirewall = !samba.private;
securityType = "user";
extraConfig =
''
workgroup = WORKGROUP
server string = Samba Server
server role = standalone server
hosts allow = ${samba.hostsAllowed}
dns proxy = no
'';
settings =
{
workgroup = "WORKGROUP";
"server string" = "Samba Server";
"server role" = "standalone server";
"hosts allow" = "${samba.hostsAllowed}";
"dns proxy" = "no";
};
# obey pam restrictions = yes
# encrypt passwords = no
shares = listToAttrs (map