aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 23:24:11 +0900
committersefidel <contact@sefidel.net>2023-02-15 23:24:11 +0900
commit5924274d6d7cc7af89114e7610f598dc69f53b98 (patch)
tree30ceee9e35b14d1efe069039d4801f77cbb8ca8f /home/profiles
parent0512baf6dd03ea0e9ac5e74d81b530d75c40e5df (diff)
downloadnixrc-5924274d6d7cc7af89114e7610f598dc69f53b98.zip
feat(home/messaging): remove zachel.io
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/messaging/default.nix49
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;