mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(kyuuto): dial in more settings
This commit is contained in:
parent
d57c3e7b1a
commit
b4e6cdac9d
3 changed files with 28 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue