nx2site email
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user