We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa51001 commit c477835Copy full SHA for c477835
tests/vm/qownnotes.nix
@@ -24,6 +24,7 @@ in
24
};
25
26
enableOCR = true;
27
+ interactive.sshBackdoor.enable = true; # provides ssh-config & vsock access (needs host vsock support)
28
29
# https://nixos.org/manual/nixos/stable/#ssec-machine-objects
30
testScript =
0 commit comments