Commit 8b419f7b authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by github-actions[bot]
Browse files

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

(cherry picked from commit 613d50c1)
parent 9157b72c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.