keycloak service: use 'attrsOf anything' for extraConfig
This commit is contained in:
parent
827267a27f
commit
a42abe27c0
@ -230,7 +230,7 @@ in
|
||||
};
|
||||
|
||||
extraConfig = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
type = lib.types.attrsOf lib.types.anything;
|
||||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user