fmt
This commit is contained in:
parent
e856c0dfb1
commit
766f143e51
6 changed files with 23 additions and 28 deletions
|
|
@ -1,16 +1,15 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
{config, ...}: {
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "distrust.network";
|
||||
domains = [ "distrust.network" ];
|
||||
domains = ["distrust.network"];
|
||||
certificateScheme = "acme";
|
||||
ldap = {
|
||||
enable = true;
|
||||
bind.dn = "cn=bind,ou=people,dc=distrust,dc=network";
|
||||
bind.passwordFile = config.age.secrets."bind_pw".path;
|
||||
searchBase = "ou=people,dc=distrust,dc=network";
|
||||
uris = [ "ldap://localhost:3890" ];
|
||||
uris = ["ldap://localhost:3890"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue