fix: volumes from flag

This commit is contained in:
Gabriel Nützi
2025-12-16 01:35:35 +01:00
parent b0fa85fcec
commit 8e0917aba5
@@ -414,7 +414,7 @@ in
imageFile = jobImages.${name};
image = "${imageNames.${name}}:latest";
extraOptions = [
"--docker-volumes-from"
"--volumes-from"
"nix-daemon-container:ro"
];
dependsOn = [ "nix-daemon-container" ];