chore(kyuuto): dial in more settings

This commit is contained in:
arcnmx 2024-02-09 17:20:36 -08:00
parent d57c3e7b1a
commit b4e6cdac9d
3 changed files with 28 additions and 3 deletions

View file

@ -34,11 +34,17 @@ in {
"winbind scan trusted domains" = false;
"winbind use default domain" = true;
"domain master" = false;
"valid users" = [ "@peeps" ];
"remote announce" = mkIf hasIpv4 [
"10.1.1.255/${cfg.settings.workgroup}"
];
};
idmap.domains = mkIf (!cfg.ldap.enable) {
nss = {
backend = "nss";
domain = "*";
range.min = 8000;
};
};
};
services.samba-wsdd = {