aerc: update auth mechanisms (#3714)
This commit is contained in:
parent
ab7c8f4a84
commit
305daba44a
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue