about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2024-05-29 03:15:44 +0000
committerNiklas Hambüchen <mail@nh2.me>2024-05-29 03:15:44 +0000
commit613d50c1d540afd87276d6947886ca95c90cff1e (patch)
tree8e896f1c1110124991ab230702b51738960b2b60 /nixos/tests
parentcd519b610143de0d38c834c92c1c830648d4cb1a (diff)
turbovnc.tests: Replace comment link by newer NixOS manual link
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/turbovnc-headless-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/turbovnc-headless-server.nix b/nixos/tests/turbovnc-headless-server.nix
index dcb4848592d5c..e4eff4f078447 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.