From 5924274d6d7cc7af89114e7610f598dc69f53b98 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 23:24:11 +0900 Subject: feat(home/messaging): remove zachel.io --- home/profiles/messaging/default.nix | 49 ------------------------------------- 1 file changed, 49 deletions(-) (limited to 'home/profiles/messaging/default.nix') 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; -- cgit 1.4.1