about summary refs log tree commit diff stats
path: root/hm/soispha/conf/mail/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-08 21:11:41 +0100
committerSoispha <soispha@vhack.eu>2024-02-08 21:11:41 +0100
commit455a1c6327f3278648a2052006d130001ce857e2 (patch)
tree08f41abf8cb52f446013bddfe38e3da28974fde1 /hm/soispha/conf/mail/default.nix
parentbuild(treewide): Update (diff)
downloadnixos-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.nix16
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;