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";