feat(mail): Added log file config
This commit is contained in:
parent
499d34119d
commit
e97003764a
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,7 @@ in {
|
||||||
domain = "${domain}";
|
domain = "${domain}";
|
||||||
};
|
};
|
||||||
acme."letsencrypt" = {
|
acme."letsencrypt" = {
|
||||||
|
default = true;
|
||||||
directory = "https://acme-v02.api.letsencrypt.org/directory";
|
directory = "https://acme-v02.api.letsencrypt.org/directory";
|
||||||
challenge = "dns-01";
|
challenge = "dns-01";
|
||||||
contact = "postmaster@${domain}";
|
contact = "postmaster@${domain}";
|
||||||
|
@ -91,6 +92,11 @@ in {
|
||||||
ansi = false;
|
ansi = false;
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
tracer."journal" = {
|
||||||
|
type = "journal";
|
||||||
|
level = "info";
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
authentication."fallback-admin" = {
|
authentication."fallback-admin" = {
|
||||||
user = "admin";
|
user = "admin";
|
||||||
secret = "%{file:${config.sops.secrets."stalwart-mail/ADMIN_SECRET".path}}%";
|
secret = "%{file:${config.sops.secrets."stalwart-mail/ADMIN_SECRET".path}}%";
|
||||||
|
|
Loading…
Reference in a new issue