mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/test-driver: printout instructions on how to connect via AF_VSOCK
This commit is contained in:
parent
b1394ba443
commit
8869265f93
4 changed files with 27 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue