nixos/test-driver: printout instructions on how to connect via AF_VSOCK
This commit is contained in:
@@ -181,6 +181,10 @@ in
|
||||
|
||||
passthru.nodes = config.nodesCompat;
|
||||
|
||||
extraDriverArgs = mkIf config.sshBackdoor.enable [
|
||||
"--dump-vsocks"
|
||||
];
|
||||
|
||||
defaults = mkMerge [
|
||||
(mkIf config.node.pkgsReadOnly {
|
||||
nixpkgs.pkgs = config.node.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user