diff options
Diffstat (limited to 'hm/soispha/conf/mail/default.nix')
-rw-r--r-- | hm/soispha/conf/mail/default.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hm/soispha/conf/mail/default.nix b/hm/soispha/conf/mail/default.nix index 475bcacf..7ca65e1a 100644 --- a/hm/soispha/conf/mail/default.nix +++ b/hm/soispha/conf/mail/default.nix @@ -33,14 +33,14 @@ enable = true; create = "both"; }; - himalaya = { - enable = true; - backend = "imap"; - sender = "smtp"; - settings = { - # TODO: - }; - }; + # himalaya = { + # enable = true; + # backend = "imap"; + # sender = "smtp"; + # settings = { + # # TODO: + # }; + # }; smtp = { host = "server1.vhack.eu"; port = 465; |