diff --git a/runner_system.nix b/runner_system.nix index eba4130..68e098e 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -41,6 +41,11 @@ in runner = { capacity = 4; }; + container = { + valid_volumes = [ + "**" + ]; + }; }; }; };