From 33e6a3abeff6bb2ad4e1178270810e8b961c6a4f Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 24 Mar 2026 10:10:47 +0100 Subject: [PATCH] nixos/tests/radicle-ci-broker: enable ssh backdoor in interactive mode --- nixos/tests/radicle-ci-broker.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/tests/radicle-ci-broker.nix b/nixos/tests/radicle-ci-broker.nix index 19f48aa33fe0..28330c7784af 100644 --- a/nixos/tests/radicle-ci-broker.nix +++ b/nixos/tests/radicle-ci-broker.nix @@ -72,6 +72,9 @@ in ]; }; + interactive.sshBackdoor.enable = true; + interactive.defaults.virtualisation.graphics = false; + testScript = '' import json import time