turbovnc.tests: Replace comment link by newer NixOS manual link

(cherry picked from commit 613d50c1d5)
This commit is contained in:
Niklas Hambüchen 2024-05-29 03:15:44 +00:00 committed by github-actions[bot]
parent 9157b72c40
commit 8b419f7b3d

View File

@ -24,7 +24,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
};
# So that we can ssh into the VM, see e.g.
# http://blog.patapon.info/nixos-local-vm/#accessing-the-vm-with-ssh
# https://nixos.org/manual/nixos/stable/#sec-nixos-test-port-forwarding
services.openssh.enable = true;
users.mutableUsers = false;
# `test-instrumentation.nix` already sets an empty root password.