mailserver: change options
This commit is contained in:
parent
698f28bb8d
commit
bb4c540f61
1 changed files with 4 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
fqdn = "mail.${domainName}";
|
||||
domains = [ domainName ];
|
||||
|
||||
|
|
@ -70,7 +70,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
certificateScheme = "acme-nginx";
|
||||
x509 = {
|
||||
useACMEHost = domainName;
|
||||
};
|
||||
stateVersion = 3;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue