From 7d2843b1972ecacc32e638d4a5ab16eb3a451f88 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 26 Dec 2024 11:30:21 +0100 Subject: [PATCH] disable broken mail for now --- modules/applications/thunderbird.nix | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/modules/applications/thunderbird.nix b/modules/applications/thunderbird.nix index 4a286eb..93ee7ea 100644 --- a/modules/applications/thunderbird.nix +++ b/modules/applications/thunderbird.nix @@ -39,23 +39,23 @@ in thunderbird.enable = true; userName = "noa"; }; - "noa-itepastra" = { - address = "noa@itepastra.nl"; - gpg = { - signByDefault = true; - key = gpg_key; - }; - imap = { - host = "mail.itepastra.nl"; - port = 993; - }; - realName = "Noa Aarts"; - smtp = { - host = "mail.itepastra.nl"; - }; - thunderbird.enable = true; - userName = "noa@itepastra.nl"; - }; + # "noa-itepastra" = { + # address = "noa@itepastra.nl"; + # gpg = { + # signByDefault = true; + # key = gpg_key; + # }; + # imap = { + # host = "mail.itepastra.nl"; + # port = 993; + # }; + # realName = "Noa Aarts"; + # smtp = { + # host = "mail.itepastra.nl"; + # }; + # thunderbird.enable = true; + # userName = "noa@itepastra.nl"; + # }; "itepastra-gmail" = { address = "itepastra@gmail.com"; flavor = "gmail.com";