feat(topology): add hydraJob for testing

This commit is contained in:
Malte Tammena 2024-08-18 12:30:39 +02:00
parent 88b1b75c82
commit f9a74ef232

View file

@ -207,6 +207,7 @@
value = inputs.self.nixosConfigurations.${name}.config.system.build.toplevel;
})
listOfHosts);
topology.x86_64-linux = inputs.self.topology.x86_64-linux.config.output;
};
};
}