mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/test-driver: improve wording of the enable
option of SSH backdoor
Co-authored-by: Ryan Lahfa <masterancpp@gmail.com>
This commit is contained in:
parent
1bd8073958
commit
b1394ba443
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ in
|
|||
enable = mkOption {
|
||||
default = false;
|
||||
type = types.bool;
|
||||
description = "Whether to turn on the vsock-based SSH backdoor for all VMs.";
|
||||
description = "Whether to turn on the VSOCK-based access to all VMs. This provides an unauthenticated access intended for debugging.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue