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:
Maximilian Bosch 2025-04-26 12:20:10 +02:00 committed by GitHub
parent 1bd8073958
commit b1394ba443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.";
};
};