about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-27 17:18:51 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-29 13:47:02 +0200
commitfe254eff64b19354a9246a238b5e425973686382 (patch)
tree0e289e50f4de37d3e36c1e83e58dec6fca7c1b08
parentModule: Email: Remove notmuch (diff)
downloadnixos-config-fe254eff64b19354a9246a238b5e425973686382.tar.gz
nixos-config-fe254eff64b19354a9246a238b5e425973686382.tar.bz2
nixos-config-fe254eff64b19354a9246a238b5e425973686382.zip
Module: Email: Remove flavor
Diffstat (limited to '')
-rw-r--r--modules/email/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/email/default.nix b/modules/email/default.nix
index daf18c2..c7ebc49 100644
--- a/modules/email/default.nix
+++ b/modules/email/default.nix
@@ -21,7 +21,6 @@
     accounts = {
       "manuelpalenzuelamerino@gmail.com" = {
         primary = true;
-        flavor = "gmail.com";
 
         realName = "Manuel Palenzuela Merino";
         signature = {
@@ -34,6 +33,16 @@
         address = "manuelpalenzuelamerino@gmail.com";
         userName = "manuelpalenzuelamerino@gmail.com";
 
+        imap = {
+          host = "imap.gmail.com";
+          port = 993;
+        };
+
+        smtp = {
+          host = "smtp.gmail.com";
+          port = 587;
+        };
+
         imapnotify = {
           enable = true;
           boxes = [ "Inbox" ];