Unverified Commit b1394ba4 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

nixos/test-driver: improve wording of the `enable` option of SSH backdoor



Co-authored-by: default avatarRyan Lahfa <masterancpp@gmail.com>
parent 1bd80739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.";
      };
    };