From 305daba44a9df57738cffc67c08129005a25579a Mon Sep 17 00:00:00 2001 From: patwid <25278658+patwid@users.noreply.github.com> Date: Mon, 27 Feb 2023 22:32:12 +0100 Subject: [PATCH] aerc: update auth mechanisms (#3714) --- modules/programs/aerc-accounts.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/programs/aerc-accounts.nix b/modules/programs/aerc-accounts.nix index ebe1d5413..b7d78e4e9 100644 --- a/modules/programs/aerc-accounts.nix +++ b/modules/programs/aerc-accounts.nix @@ -48,7 +48,8 @@ in { ''; }; smtpAuth = mkOption { - type = with types; nullOr (enum [ "none" "plain" "login" ]); + type = with types; + nullOr (enum [ "none" "plain" "login" "oauthbearer" "xoauth2" ]); default = "plain"; example = "auth"; description = ''