nixos/test-driver: printout instructions on how to connect via AF_VSOCK

This commit is contained in:
Maximilian Bosch 2025-05-08 10:50:35 +02:00
parent b1394ba443
commit 8869265f93
No known key found for this signature in database
4 changed files with 27 additions and 0 deletions

View file

@ -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;