nixos/git: change config type

This commit is contained in:
figsoda 2021-10-13 15:17:42 -04:00
parent a6bff35d96
commit 471cfaf523

View file

@ -20,7 +20,7 @@ in
};
config = mkOption {
type = types.attrs;
type = with types; attrsOf (attrsOf anything);
default = { };
example = {
init.defaultBranch = "main";