fix: add images to registry on startup

This commit is contained in:
Gabriel Nützi
2025-12-16 01:22:16 +01:00
parent ac8b0ac8d0
commit b0fa85fcec
@@ -413,6 +413,11 @@ in
"${name}-container" = {
imageFile = jobImages.${name};
image = "${imageNames.${name}}:latest";
extraOptions = [
"--docker-volumes-from"
"nix-daemon-container:ro"
];
dependsOn = [ "nix-daemon-container" ];
cmd = [ "true" ];
};
}) jobImages);