feat(mail/acme): adding the acme challenge in 80 port

This commit is contained in:
Raphael 2025-12-16 11:53:59 +01:00
parent 8861e0c9f3
commit 02591623c3
No known key found for this signature in database

View file

@ -21,7 +21,9 @@ in
group = "vmail";
shell = "/run/current-system/sw/bin/nologin";
};
users.groups.vmail = { };
users.groups = {
vmail = {};
};
systemd.tmpfiles.rules = [
"d /run/dovecot 0755 dovecot dovecot - -"
"d /var/lib/postfix 0755 postfix postfix - -"
@ -314,5 +316,8 @@ EOD;
enable = true;
port = 6381;
};
security.acme.certs."mail.enium.eu" = {
listenHTTP = ":80";
};
};
}