feat(mail): Added log file config

This commit is contained in:
GaspardCulis 2024-11-10 22:25:11 +01:00
parent 499d34119d
commit e97003764a

View file

@ -55,6 +55,7 @@ in {
domain = "${domain}";
};
acme."letsencrypt" = {
default = true;
directory = "https://acme-v02.api.letsencrypt.org/directory";
challenge = "dns-01";
contact = "postmaster@${domain}";
@ -91,6 +92,11 @@ in {
ansi = false;
enable = true;
};
tracer."journal" = {
type = "journal";
level = "info";
enable = true;
};
authentication."fallback-admin" = {
user = "admin";
secret = "%{file:${config.sops.secrets."stalwart-mail/ADMIN_SECRET".path}}%";