diff options
author | stuebinm | 2023-04-25 17:13:04 +0200 |
---|---|---|
committer | stuebinm | 2023-04-25 17:13:04 +0200 |
commit | d5cc499a366963d6ad898ab36d98108705197566 (patch) | |
tree | 9b1386808097a1602ced3bc040d120f01139fd27 /home | |
parent | 85d3d0ee41518ba703216850ce1c7f6c6a8bb279 (diff) |
home: another mail account
Diffstat (limited to 'home')
-rw-r--r-- | home/home.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/home/home.nix b/home/home.nix index 2648638..3d453c3 100644 --- a/home/home.nix +++ b/home/home.nix @@ -55,6 +55,20 @@ userName = "stuebinm@disroot.org"; passwordCommand = "secret-tool lookup mail disroot"; }; + accounts.tum = { + address = "stuebinm@in.tum.de"; + imap.host = "mail.in.tum.de"; + mbsync = { + enable = true; + create = "maildir"; + }; + msmtp.enable = true; + mu.enable = true; + realName = "stuebinm"; + smtp.host = "mail.in.tum.de"; + userName = "stuebinm@in.tum.de"; + passwordCommand = "secret-tool lookup mail in.tum.de"; + }; accounts.ilztalbahn = { address = "stuebinm@ilztalbahn.eu"; imap.host = "imap.strato.de"; |