diff options
author | Ben Sima <ben@bsima.me> | 2019-02-25 09:21:08 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-25 09:21:08 -0800 |
commit | 5bbf9018acc3b6992df32db4e8110454d4ccb2ee (patch) | |
tree | 83a0bc4e9300daf6d9f6601983a8f1657c4c2ec4 | |
parent | b5c153ada8255d72ea76531d6beb640ac3c35401 (diff) |
Enable hero email
-rw-r--r-- | email.nix | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -72,22 +72,21 @@ in smtp.tls.useStartTls = true; }; - # Auth is blocked by Google policies - #"ben.sima@heroprojects.io" = { - # flavor = "gmail.com"; - # realName = "Ben Sima"; - # address = "ben.sima@heroprojects.io"; - # userName = "ben.sima@heroprojects.io"; - # mbsync = { - # enable = true; - # create = "both"; - # expunge = "none"; - # }; - # notmuch.enable = true; - # msmtp.enable = true; - # passwordCommand = "pass work/hero/gmail"; - # smtp.tls.useStartTls = true; - #}; + "ben.sima@heroprojects.io" = { + flavor = "gmail.com"; + realName = "Ben Sima"; + address = "ben.sima@heroprojects.io"; + userName = "ben.sima@heroprojects.io"; + mbsync = { + enable = true; + create = "both"; + expunge = "none"; + }; + notmuch.enable = true; + msmtp.enable = true; + passwordCommand = "pass work/hero/gmail"; + smtp.tls.useStartTls = true; + }; }; }; }; |