keycloak service: use 'attrsOf anything' for extraConfig

This commit is contained in:
Nikolay Amiantov 2022-01-10 00:42:23 +03:00
parent 827267a27f
commit a42abe27c0

View File

@ -230,7 +230,7 @@ in
};
extraConfig = lib.mkOption {
type = lib.types.attrs;
type = lib.types.attrsOf lib.types.anything;
default = { };
example = lib.literalExpression ''
{