email: add hetzner email

This commit is contained in:
b12f 2024-08-14 09:36:50 +02:00
parent e64354a232
commit 1d1927d570
Signed by: b12f
GPG key ID: 729956E1124F8F26
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,9 @@
Benjamin Yule Bädorf (they/them)
Software Engineer
MAIL: hello@benjaminbaedorf.eu
GPG: FC62 3BBC BD26 04D5 CC9D 90BA E77B 0AAA F0D9 B76B
GIT: git.pub.solar/b12f
MATRIX: @b12f:pub.solar
WEB: b12f.io

View file

@ -132,6 +132,10 @@ in {
imap.host = "imap.mailbox.org"; imap.host = "imap.mailbox.org";
}; };
} }
{
address = mkEmailAddress "hetzner" "benjaminbaedorf.eu";
host = "mail.hosting.de";
}
]; ];
}; };