various: remove vsock CID based instructions

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-05-26 08:26:03 +05:30
parent 07c38d21e9
commit f45b56acc8
11 changed files with 6 additions and 13 deletions

View File

@@ -34,7 +34,7 @@
};
enableOCR = true;
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock/3
interactive.sshBackdoor.enable = true;
testScript =
{ nodes, ... }:

View File

@@ -83,8 +83,6 @@
# Debug interactively with:
# - nix run .#nixosTests.reaction.driverInteractive -L
# - run_tests()
# ssh -o User=root vsock%3 (can also do vsock/3, but % works with scp etc.)
# ssh -o User=root vsock%4
interactive.sshBackdoor.enable = true;
interactive.nodes.server =

View File

@@ -73,7 +73,7 @@
# Debug interactively with:
# - nix run .#nixosTests.reaction-firewall.driverInteractive -L
# - run_tests()
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock%3
interactive.sshBackdoor.enable = true;
interactive.nodes.machine = _: {
virtualisation.graphics = false;
};

View File

@@ -98,8 +98,6 @@
# Debug interactively with:
# - nix run .#nixosTests.reaction.driverInteractive -L
# - run_tests()
# ssh -o User=root vsock%3 (can also do vsock/3, but % works with scp etc.)
# ssh -o User=root vsock%4
interactive.sshBackdoor.enable = true;
interactive.nodes.server =

View File

@@ -40,7 +40,6 @@
# Debug interactively with:
# - nix run .#nixosTests.repath-studio.driverInteractive -L
# - start_all()/run_tests()
# ssh -o User=root vsock%3 (can also do vsock/3, but % works with scp etc.)
interactive.sshBackdoor.enable = true;
testScript = /* python */ ''

View File

@@ -107,7 +107,6 @@ in
# - nix-build -A nixosTests.stirling-pdf-desktop.driverInteractive
# - ./result/bin/nixos-test-driver
# - run_tests()
# ssh -o User=root vsock%3 (can also do vsock/3, but % works with scp etc.)
interactive.sshBackdoor.enable = true;
interactive.nodes.client =
{ pkgs, ... }:

View File

@@ -121,7 +121,6 @@ in
# - nix-build -A nixosTests.goupile.driverInteractive
# - ./result/bin/nixos-test-driver
# - run_tests()
# ssh -o User=root vsock%3 (can also do vsock/3, but % works with scp etc.)
interactive.sshBackdoor.enable = true;
interactive.nodes.machine =

View File

@@ -140,7 +140,7 @@
# Debug interactively with:
# - nix run .#nixosTests.pdfding.basic.driverInteractive -L
# - start_all() / run_tests()
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock%3
interactive.sshBackdoor.enable = true;
interactive.nodes.machine =
{ config, ... }:
let

View File

@@ -59,7 +59,7 @@
# Debug interactively with:
# - nix run .#nixosTests.pdfding.e2e.driverInteractive -L
# - start_all() / run_tests()
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock%3
interactive.sshBackdoor.enable = true;
interactive.nodes.machine =
{ config, ... }:
{

View File

@@ -72,7 +72,7 @@
# Debug interactively with:
# - nix run .#nixosTests.pdfding.postgres.driverInteractive -L
# - start_all() / run_tests()
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock%3
interactive.sshBackdoor.enable = true;
interactive.nodes.machine =
{ config, ... }:
let

View File

@@ -172,7 +172,7 @@ in
# Debug interactively with:
# - nix run .#nixosTests.pdfding.s3.driverInteractive -L
# - start_all() / run_tests()
interactive.sshBackdoor.enable = true; # ssh -o User=root vsock%3
interactive.sshBackdoor.enable = true;
interactive.nodes.machine =
{ config, ... }:
let