no hsmw email

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-29 15:49:48 +02:00
parent b6b6115b4e
commit baa8a43692

View File

@@ -137,37 +137,37 @@ lib.mkIf (hyper.host != "NxACE")
}; };
}; };
hsmw = with secrets.email.hsmw; { # hsmw = with secrets.email.hsmw; {
address = "${un}@hs-mittweida.de"; # address = "${un}@hs-mittweida.de";
userName = "${un}@hs-mittweida.de"; # userName = "${un}@hs-mittweida.de";
realName = "Lennart J. Kurzweg"; # realName = "Lennart J. Kurzweg";
imap = { # imap = {
port = 993; # port = 993;
host = "xc.hs-mittweida.de"; # host = "xc.hs-mittweida.de";
}; # };
smtp = { # smtp = {
port = 587; # port = 587;
host = "xc.hs-mittweida.de"; # host = "xc.hs-mittweida.de";
tls.useStartTls = true; # tls.useStartTls = true;
}; # };
signature = { # signature = {
text = '' # text = ''
MatNr: ${mnr} # MatNr: ${mnr}
SemGr: ${semgr} # SemGr: ${semgr}
About Me: https://nx2.site/about-me # About Me: https://nx2.site/about-me
Contact: https://nx2.site/contact # Contact: https://nx2.site/contact
GPG: https://nx2.site/gpg # GPG: https://nx2.site/gpg
''; # '';
showSignature = "append"; # showSignature = "append";
}; # };
thunderbird = { # thunderbird = {
enable = true; # enable = true;
profiles = [ "nx2" ]; # profiles = [ "nx2" ];
settings = id: { # settings = id: {
"mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent"; # "mail.server.server_${id}.fcc_folder" = "imap://${un}%40hs-mittweida.de@xc.hs-mittweida.de/Sent";
}; # };
}; # };
}; # };
tuda = with secrets.email.tuda; { tuda = with secrets.email.tuda; {
address = "${un}@stud.tu-darmstadt.de"; address = "${un}@stud.tu-darmstadt.de";
userName = tuid; userName = tuid;