1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00

aerc: update auth mechanisms (#3714)

This commit is contained in:
patwid 2023-02-27 22:32:12 +01:00 committed by GitHub
parent ab7c8f4a84
commit 305daba44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''