diff --git a/users/tacocat/email.nix b/users/tacocat/email.nix index 1c5d784..f89e4e3 100644 --- a/users/tacocat/email.nix +++ b/users/tacocat/email.nix @@ -33,7 +33,12 @@ address = "bfn1292@g.rit.edu"; realName = "Aria Nolan"; flavor = "gmail.com"; - thunderbird.enable = true; + thunderbird = { + enable = true; + settings = id: { + "mail.server.server_${id}.authMethod" = 10; + }; + }; }; };