Test syntax

This commit is contained in:
Michael Huebner 2025-06-11 11:51:08 +02:00
parent 13742f4b1a
commit 9245cba587

View file

@ -39,9 +39,9 @@ in
settings = {
runner = {
capacity = 4;
envs = [
"DOCKER_HOST=unix:///var/run/docker.sock"
];
envs = {
DOCKER_HOST = "unix:///var/run/docker.sock";
};
};
container = {
privileged = true;