nx2site email

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-30 14:56:45 +02:00
parent 4951ee898d
commit ba1bce57c5

View File

@@ -184,6 +184,35 @@
}; };
}; };
}; };
nx2site = {
address = "lennart@${hyper.domain}";
realName = "Lennart J. Kurzweg";
userName = "lennart@${hyper.domain}";
flavor = "plain";
imap = {
port = 993;
host = "mail.${hyper.domain}";
};
smtp = {
port = 465;
host = "mail.${hyper.domain}";
tls.enable = true;
};
signature = {
text = ''
About Me: https://nx2.site/about-me
Contact: https://nx2.site/contact
GPG: https://nx2.site/gpg
'';
showSignature = "append";
};
thunderbird = {
enable = true;
profiles = [ "nx2" ];
# The id given as argument is an automatically generated account identifier.
settings = OAuth2Settings;
};
};
}; };
} }