keycloak service: use 'attrsOf anything' for extraConfig

This commit is contained in:
Nikolay Amiantov
2022-01-16 11:25:44 +03:00
parent 827267a27f
commit a42abe27c0
+1 -1
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 ''
{