diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix index da664793a4c3..2dd1a90b966e 100644 --- a/modules/testing/test-instrumentation.nix +++ b/modules/testing/test-instrumentation.nix @@ -18,7 +18,7 @@ with pkgs.lib; echo "===UP===" > dev/ttyS0 ''; - exec = "${pkgs.socat}/bin/socat tcp-listen:514,fork exec:/bin/sh,stderr"; + exec = "${pkgs.socat}/bin/socat tcp-listen:514,fork exec:/bin/sh 2> /dev/ttyS0"; }; boot.postBootCommands =