Skip to content

Commit c477835

Browse files
committed
test: enable ssh in interactive mode
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent fa51001 commit c477835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/vm/qownnotes.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ in
2424
};
2525

2626
enableOCR = true;
27+
interactive.sshBackdoor.enable = true; # provides ssh-config & vsock access (needs host vsock support)
2728

2829
# https://nixos.org/manual/nixos/stable/#ssec-machine-objects
2930
testScript =

0 commit comments

Comments
 (0)