1
Fork 0

Configure zed

This commit is contained in:
Matei Adriel 2024-02-12 16:47:38 +01:00
parent e3a22b2a66
commit 43f4b2781d
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -6,6 +6,7 @@
defaults = { defaults = {
auth = true; auth = true;
tls = true; tls = true;
tls_starttls = false;
host = "smtp.migadu.com"; host = "smtp.migadu.com";
port = 465; port = 465;
}; };

View file

@ -6,7 +6,14 @@
trim.enable = true; trim.enable = true;
autoScrub.enable = true; autoScrub.enable = true;
# zed.enableMail = true; zed = {
enableMail = true;
settings = {
ZED_EMAIL_ADDR = [ "colimit@moonythm.dev" ];
ZED_EMAIL_PROG = "sendmail";
ZED_EMAIL_OPTS = "-a zed @ADDRESS@";
};
};
}; };
# }}} # }}}
# {{{ Sanoid config # {{{ Sanoid config