parent
e8b5f8f9b3
commit
ec58f8bed7
2 changed files with 18 additions and 0 deletions
|
|
@ -134,6 +134,10 @@ let
|
|||
|
||||
extraConfig = extraConfigOption;
|
||||
};
|
||||
|
||||
output = { extraConfig = extraConfigOption; };
|
||||
|
||||
hooks = { extraConfig = extraConfigOption; };
|
||||
};
|
||||
});
|
||||
|
||||
|
|
@ -168,6 +172,8 @@ let
|
|||
} // config.retention.extraConfig;
|
||||
consistency = removeNullValues { checks = config.consistency.checks; }
|
||||
// config.consistency.extraConfig;
|
||||
output = config.output.extraConfig;
|
||||
hooks = config.hooks.extraConfig;
|
||||
};
|
||||
in {
|
||||
meta.maintainers = [ maintainers.DamienCassou ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue