From 8b419f7b3d50324797ff800e932d62a5312aade0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 29 May 2024 03:15:44 +0000 Subject: [PATCH] turbovnc.tests: Replace comment link by newer NixOS manual link (cherry picked from commit 613d50c1d540afd87276d6947886ca95c90cff1e) --- nixos/tests/turbovnc-headless-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/turbovnc-headless-server.nix b/nixos/tests/turbovnc-headless-server.nix index dcb4848592d5..e4eff4f07844 100644 --- a/nixos/tests/turbovnc-headless-server.nix +++ b/nixos/tests/turbovnc-headless-server.nix @@ -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.