Use old syntax

This commit is contained in:
Michael Huebner 2025-06-11 12:07:07 +02:00
parent 9245cba587
commit 8f9458cdae

View file

@ -46,7 +46,7 @@ in
container = {
privileged = true;
valid_volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
"/var/run/docker.sock"
];
};
};