From fe254eff64b19354a9246a238b5e425973686382 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 27 Sep 2022 17:18:51 +0200 Subject: Module: Email: Remove flavor --- modules/email/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" ]; -- cgit 1.4.1