diff --git a/runner_system.nix b/runner_system.nix index e091e7d..93bb2e1 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -46,7 +46,7 @@ in container = { privileged = true; valid_volumes = [ - "/var/run/docker.sock:/var/run/docker.sock" + "/var/run/docker.sock" ]; }; };