From 6014ddcd9a288c9d38a2edc8e286f1de885aff8a Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 6 Oct 2025 17:04:31 +0200 Subject: [PATCH] checks: fix SSH debugging over `vsock` not working --- checks/installation/test-helpers.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/checks/installation/test-helpers.nix b/checks/installation/test-helpers.nix index 202a79328..fdd53c79a 100644 --- a/checks/installation/test-helpers.nix +++ b/checks/installation/test-helpers.nix @@ -15,7 +15,6 @@ let networking.useNetworkd = true; services.openssh.enable = true; services.openssh.settings.UseDns = false; - services.openssh.settings.PasswordAuthentication = false; system.nixos.variant_id = "installer"; environment.systemPackages = [ pkgs.nixos-facter