cluster/simulacrum: set testConfig

This commit is contained in:
Max Headroom 2024-07-23 19:02:31 +02:00
parent fa0d6f046b
commit f140de7a1a

View file

@ -31,7 +31,13 @@ let
cluster = lib.mkForce (lift.cluster.extendModules {
specialArgs.depot = config;
modules = [
{ simulacrum = true; }
{
simulacrum = true;
testConfig = {
subject = service;
activeServices = serviceList;
};
}
];
});
})