2025-05-18 17:23:11 +02:00
|
|
|
{config, ...}: let
|
|
|
|
|
signature = ''
|
|
|
|
|
Lucien “Phundrak” Cartier-Tilet
|
|
|
|
|
https://phundrak.com (Français)
|
|
|
|
|
https://phundrak.com/en (English)
|
2025-07-01 11:11:10 +02:00
|
|
|
|
2025-05-18 17:23:11 +02:00
|
|
|
Sent from GNU/Emacs
|
2025-07-01 11:11:10 +02:00
|
|
|
|
2025-11-02 17:56:58 +01:00
|
|
|
@@@ Sauvez un arbre, mangez un castor @@@
|
|
|
|
|
@@@ Save a tree, eat a beaver @@@
|
2026-01-25 16:19:09 +01:00
|
|
|
@@@ Bjarg tré, et bjórr @@@
|
2025-05-18 17:23:11 +02:00
|
|
|
'';
|
|
|
|
|
in {
|
|
|
|
|
home.file.".signature" = {
|
|
|
|
|
target = ".signature";
|
|
|
|
|
text = signature;
|
|
|
|
|
};
|
2025-05-18 13:31:57 +02:00
|
|
|
accounts.email = {
|
|
|
|
|
maildirBasePath = "Mail";
|
|
|
|
|
accounts."lucien@phundrak.com" = {
|
|
|
|
|
realName = "Lucien Cartier-Tilet";
|
|
|
|
|
address = "lucien@phundrak.com";
|
|
|
|
|
aliases = [
|
|
|
|
|
"lucien@cartier-tilet.com"
|
|
|
|
|
"admin@phundrak.com"
|
|
|
|
|
"webmaster@phundrak.com"
|
|
|
|
|
"youdontknow@phundrak.com"
|
|
|
|
|
];
|
|
|
|
|
passwordCommand = "cat ${config.sops.secrets.emailPassword.path}";
|
|
|
|
|
signature = {
|
2025-05-18 17:23:11 +02:00
|
|
|
text = signature;
|
2025-05-18 13:31:57 +02:00
|
|
|
showSignature = "append";
|
|
|
|
|
};
|
|
|
|
|
userName = "lucien@phundrak.com";
|
|
|
|
|
imap.host = "mail.phundrak.com";
|
|
|
|
|
smtp.host = "mail.phundrak.com";
|
|
|
|
|
mu.enable = true;
|
|
|
|
|
primary = true;
|
|
|
|
|
|
|
|
|
|
mbsync = {
|
|
|
|
|
create = "maildir";
|
|
|
|
|
enable = true;
|
|
|
|
|
expunge = "both";
|
|
|
|
|
remove = "both";
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
}
|