depot/cluster/services/incandescence/simulacrum/test-data.nix

9 lines
197 B
Nix
Raw Normal View History

{ config, lib, ... }:
{
incandescence = lib.mkIf config.simulacrum {
providers = config.lib.forService "incandescence" {
test.objects.example = [ "example1" "example2" ];
};
};
}