diff options
author | Soispha <soispha@vhack.eu> | 2024-02-08 21:11:41 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-08 21:11:41 +0100 |
commit | 455a1c6327f3278648a2052006d130001ce857e2 (patch) | |
tree | 08f41abf8cb52f446013bddfe38e3da28974fde1 /hm/soispha/conf/mail/default.nix | |
parent | build(treewide): Update (diff) | |
download | nixos-config-455a1c6327f3278648a2052006d130001ce857e2.zip |
fix(hm/conf/mail): Disable himalaya because it changed
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; |