feat(mail/acme): adding the acme challenge in 80 port
This commit is contained in:
parent
8861e0c9f3
commit
02591623c3
1 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue