home: mail: accounts: use 'migadu' flavor

This commit is contained in:
Bruno BELANYI 2025-02-12 14:31:20 +00:00
parent 374886a63f
commit 80b4c9ffcd

View file

@ -26,20 +26,7 @@ let
}; };
migaduConfig = { migaduConfig = {
imap = { flavor = "migadu.com";
host = "imap.migadu.com";
port = 993;
tls = {
enable = true;
};
};
smtp = {
host = "smtp.migadu.com";
port = 465;
tls = {
enable = true;
};
};
}; };
gmailConfig = { gmailConfig = {