diff options
Diffstat (limited to 'tvix/boot/default.nix')
-rw-r--r-- | tvix/boot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/boot/default.nix b/tvix/boot/default.nix index db32c9ce7c4d..22a696060c76 100644 --- a/tvix/boot/default.nix +++ b/tvix/boot/default.nix @@ -83,7 +83,7 @@ rec { trap cleanup EXIT # Spin up the virtiofs daemon - tvix-store virtiofs -l $tempdir/tvix.sock & + tvix-store --otlp=false virtiofs -l $tempdir/tvix.sock & virtiofsd_pid=$! # Wait for the socket to exist. |