From 455a1c6327f3278648a2052006d130001ce857e2 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 8 Feb 2024 21:11:41 +0100 Subject: fix(hm/conf/mail): Disable himalaya because it changed --- hm/soispha/conf/mail/default.nix | 16 ++++++++-------- hm/soispha/conf/mail/non_public_accounts.nix | Bin 1002 -> 1018 bytes 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'hm') 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; diff --git a/hm/soispha/conf/mail/non_public_accounts.nix b/hm/soispha/conf/mail/non_public_accounts.nix index 0076aebd..7ab1bbc6 100644 Binary files a/hm/soispha/conf/mail/non_public_accounts.nix and b/hm/soispha/conf/mail/non_public_accounts.nix differ -- cgit 1.4.1