From f45b56acc8ce9e08a8e13041e741a5318dae819d Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Tue, 26 May 2026 08:26:03 +0530 Subject: [PATCH] various: remove vsock CID based instructions Signed-off-by: phanirithvij --- nixos/tests/kaidan/default.nix | 2 +- nixos/tests/reaction/basic.nix | 2 -- nixos/tests/reaction/firewall.nix | 2 +- nixos/tests/reaction/plugins.nix | 2 -- nixos/tests/repath-studio.nix | 1 - nixos/tests/stirling-pdf-desktop.nix | 1 - nixos/tests/web-apps/goupile/default.nix | 1 - nixos/tests/web-apps/pdfding/basic.nix | 2 +- nixos/tests/web-apps/pdfding/e2e.nix | 2 +- nixos/tests/web-apps/pdfding/postgres.nix | 2 +- nixos/tests/web-apps/pdfding/s3-backups.nix | 2 +- 11 files changed, 6 insertions(+), 13 deletions(-) diff --git a/nixos/tests/kaidan/default.nix b/nixos/tests/kaidan/default.nix index 9ac97dd05266..27192436e8e2 100644 --- a/nixos/tests/kaidan/default.nix +++ b/nixos/tests/kaidan/default.nix @@ -34,7 +34,7 @@ }; enableOCR = true; - interactive.sshBackdoor.enable = true; # ssh -o User=root vsock/3 + interactive.sshBackdoor.enable = true; testScript = { nodes, ... }: diff --git a/nixos/tests/reaction/basic.nix b/nixos/tests/reaction/basic.nix index 2b454723c8b2..3ce8d1b7211c 100644 --- a/nixos/tests/reaction/basic.nix +++ b/nixos/tests/reaction/basic.nix @@ -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 = diff --git a/nixos/tests/reaction/firewall.nix b/nixos/tests/reaction/firewall.nix index 9286c036a025..d7208c89e27d 100644 --- a/nixos/tests/reaction/firewall.nix +++ b/nixos/tests/reaction/firewall.nix @@ -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; }; diff --git a/nixos/tests/reaction/plugins.nix b/nixos/tests/reaction/plugins.nix index 68bec4408469..ad204e3b90e6 100644 --- a/nixos/tests/reaction/plugins.nix +++ b/nixos/tests/reaction/plugins.nix @@ -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 = diff --git a/nixos/tests/repath-studio.nix b/nixos/tests/repath-studio.nix index e6761b94ac58..467b487321cf 100644 --- a/nixos/tests/repath-studio.nix +++ b/nixos/tests/repath-studio.nix @@ -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 */ '' diff --git a/nixos/tests/stirling-pdf-desktop.nix b/nixos/tests/stirling-pdf-desktop.nix index bf32496bf922..4debcc213ade 100644 --- a/nixos/tests/stirling-pdf-desktop.nix +++ b/nixos/tests/stirling-pdf-desktop.nix @@ -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, ... }: diff --git a/nixos/tests/web-apps/goupile/default.nix b/nixos/tests/web-apps/goupile/default.nix index 54246b01e6a7..66134685aca3 100644 --- a/nixos/tests/web-apps/goupile/default.nix +++ b/nixos/tests/web-apps/goupile/default.nix @@ -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 = diff --git a/nixos/tests/web-apps/pdfding/basic.nix b/nixos/tests/web-apps/pdfding/basic.nix index 7b2d5154a7bb..9126fde0b96f 100644 --- a/nixos/tests/web-apps/pdfding/basic.nix +++ b/nixos/tests/web-apps/pdfding/basic.nix @@ -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 diff --git a/nixos/tests/web-apps/pdfding/e2e.nix b/nixos/tests/web-apps/pdfding/e2e.nix index 23bfd064c384..d8b11c8f5513 100644 --- a/nixos/tests/web-apps/pdfding/e2e.nix +++ b/nixos/tests/web-apps/pdfding/e2e.nix @@ -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, ... }: { diff --git a/nixos/tests/web-apps/pdfding/postgres.nix b/nixos/tests/web-apps/pdfding/postgres.nix index f7fa5d3c267f..96cf6426f5bf 100644 --- a/nixos/tests/web-apps/pdfding/postgres.nix +++ b/nixos/tests/web-apps/pdfding/postgres.nix @@ -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 diff --git a/nixos/tests/web-apps/pdfding/s3-backups.nix b/nixos/tests/web-apps/pdfding/s3-backups.nix index 4a56ec8738ad..8a9539afea1b 100644 --- a/nixos/tests/web-apps/pdfding/s3-backups.nix +++ b/nixos/tests/web-apps/pdfding/s3-backups.nix @@ -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