feat: add docfast.dev to openldap and mail
This commit is contained in:
parent
7763b90d3f
commit
473273146d
2 changed files with 64 additions and 14 deletions
|
|
@ -55,6 +55,10 @@ let
|
|||
doveadm user *@scana11y.com | while read user; do
|
||||
doveadm -v sync -u $user $SERVER
|
||||
done
|
||||
|
||||
doveadm user *@docfast.dev | while read user; do
|
||||
doveadm -v sync -u $user $SERVER
|
||||
done
|
||||
'';
|
||||
|
||||
quotaWarning = pkgs.writeShellScriptBin "quota-warning.sh" ''
|
||||
|
|
@ -250,7 +254,7 @@ in
|
|||
};
|
||||
|
||||
users.groups.acme.members = [ "openldap" ];
|
||||
|
||||
|
||||
/* trigger the actual certificate generation for your hostname */
|
||||
security.acme.certs."imap.${domain}" = {
|
||||
extraDomainNames = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue