diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 23:24:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 23:24:11 +0900 |
commit | 5924274d6d7cc7af89114e7610f598dc69f53b98 (patch) | |
tree | 30ceee9e35b14d1efe069039d4801f77cbb8ca8f /home/profiles/messaging | |
parent | 0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (diff) | |
download | nixrc-5924274d6d7cc7af89114e7610f598dc69f53b98.tar.gz nixrc-5924274d6d7cc7af89114e7610f598dc69f53b98.zip |
feat(home/messaging): remove zachel.io
Diffstat (limited to 'home/profiles/messaging')
-rw-r--r-- | home/profiles/messaging/default.nix | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index d0978a0..e7209e0 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -78,55 +78,6 @@ in userName = poorObfuscation "sefidel.com" "contact"; passwordCommand = "cat ${config.sops.secrets.sef-imap-password.path}"; }; - - accounts.zach = { - address = poorObfuscation "zachel.io" "zach"; - gpg = { - key = "346833414516C852FFB238E19F734565641C2F14"; - signByDefault = true; - }; - - imap.host = "imap.migadu.com"; - imap.tls.enable = true; - smtp.host = "smtp.migadu.com"; - smtp.tls.enable = true; - - mbsync = { - enable = true; - create = "maildir"; - remove = "none"; - expunge = "both"; - - extraConfig.account.SSLType = "IMAPS"; - extraConfig.account.SSLVersions = "TLSv1.2"; - }; - - msmtp.enable = true; - notmuch.enable = true; - neomutt.enable = true; - neomutt.mailboxName = "zach"; - neomutt.extraMailboxes = [ - "Archive" - "Drafts" - "Junk" - "Sent" - "Trash" - ]; - - imapnotify = { - enable = true; - boxes = [ "Inbox" ]; - onNotify = pkgs.writeShellScript "imap-on-notify" '' - ${mbsyncCmd} zach - ${pkgs.notmuch}/bin/notmuch new - ''; - }; - - primary = false; - realName = "zachel"; - userName = poorObfuscation "zachel.io" "zach"; - passwordCommand = mailPass "zach"; - }; }; programs.abook.enable = true; |