last try stalwart
This commit is contained in:
parent
67152beb07
commit
9121162d30
1 changed files with 6 additions and 1 deletions
|
@ -22,6 +22,11 @@ in mkIf conf.mail.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
config.local-keys = [
|
||||||
|
"certificate.default.cert"
|
||||||
|
"certificate.default.private-key"
|
||||||
|
"authentication.fallback-admin.secret"
|
||||||
|
];
|
||||||
server = {
|
server = {
|
||||||
hostname = "chpu.eu";
|
hostname = "chpu.eu";
|
||||||
tls = {
|
tls = {
|
||||||
|
@ -58,7 +63,7 @@ in mkIf conf.mail.enable {
|
||||||
};
|
};
|
||||||
certificate.default = {
|
certificate.default = {
|
||||||
default = true;
|
default = true;
|
||||||
cert = "%{file:/var/lib/acme/chpu.eu/chain.pem}%";
|
cert = "%{file:/var/lib/acme/chpu.eu/cert.pem}%";
|
||||||
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
|
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
|
||||||
};
|
};
|
||||||
session.auth = {
|
session.auth = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue