Adding taf
This commit is contained in:
parent
84e15f6b42
commit
6bb2c91a2f
2 changed files with 27 additions and 0 deletions
26
modules/server/taf/default.nix
Normal file
26
modules/server/taf/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
mailserver = {
|
||||
enable = true;
|
||||
stateVersion = 3;
|
||||
fqdn = "taf.lyes.eu";
|
||||
domains = [
|
||||
"lyes.eu"
|
||||
"mail.lyes.eu"
|
||||
];
|
||||
|
||||
localDnsResolver = false;
|
||||
enableManageSieve = true;
|
||||
|
||||
ldap = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
extraVirtualAliases = {
|
||||
"@lyes.eu" = "lyes@mail.lyes.eu";
|
||||
};
|
||||
|
||||
certificateScheme = "acme-nginx";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue