diff options
author | stuebinm | 2023-04-14 00:41:41 +0200 |
---|---|---|
committer | stuebinm | 2023-04-14 00:41:41 +0200 |
commit | ab8a3b66a66bc58cd901f6d24e551906e74e174f (patch) | |
tree | a4e1b4bd4a620fb2c7badcd8d6fbad0bc9d72fe8 | |
parent | 73d1f298ae94b139f6b6e612d450deaa3bb5bf13 (diff) |
home: ilztalbahn mail account
Diffstat (limited to '')
-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 929ba2b..e972a46 100644 --- a/home/home.nix +++ b/home/home.nix @@ -49,6 +49,20 @@ userName = "stuebinm@disroot.org"; passwordCommand = "secret-tool lookup mail disroot"; }; + accounts.ilztalbahn = { + address = "stuebinm@ilztalbahn.eu"; + imap.host = "imap.strato.de"; + mbsync = { + enable = true; + create = "maildir"; + }; + msmtp.enable = true; + mu.enable = true; + realName = "terru"; + smtp.host = "smtp.strato.de"; + userName = "stuebinm@ilztalbahn.eu"; + passwordCommand = "secret-tool lookup mail ilztalbahn"; + }; }; programs.bash = { |