From 012789e5d04da8ad8d0ef48867bdbdccab8739d4 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Thu, 30 Jan 2025 09:30:33 -0600
Subject: [PATCH] removing certs due to mailserver change

---
 home/home.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/home.nix b/home/home.nix
index 5387869..9dee93b 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -173,7 +173,7 @@ in {
           port = 993;
           tls = {
             enable = true;
-            certificatesFile = ./certs.txt;
+            # certificatesFile = ./certs.txt;
           };
         };
         smtp = {
@@ -181,7 +181,7 @@ in {
           port = 25;
           tls = {
             enable = true;
-            certificatesFile = ./certs.txt;
+            # certificatesFile = ./certs.txt;
           };
         };
         mbsync = {