From 4ccba9bd76ad88fd0e441a3b7ec45102e3791c75 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Fri, 24 Nov 2023 19:35:24 -0500 Subject: [PATCH] set school email to use oauth --- users/tacocat/email.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; + }; + }; }; };