sawe state

This commit is contained in:
twoneis 2025-02-09 18:29:44 +01:00
parent 66a4bef740
commit 67152beb07
2 changed files with 8 additions and 3 deletions

View file

@ -27,9 +27,6 @@ in mkIf conf.mail.enable {
tls = {
enable = true;
implicit = true;
};
proxy = {
};
listener = {
smtp = {
@ -60,6 +57,7 @@ in mkIf conf.mail.enable {
domain = "chpu.eu";
};
certificate.default = {
default = true;
cert = "%{file:/var/lib/acme/chpu.eu/chain.pem}%";
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
};