Loading nixos/tests/turbovnc-headless-server.nix +1 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,8 @@ 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 services.openssh.enable = true; users.extraUsers.root.password = ""; users.extraUsers.root.hashedPasswordFile = null; # avoids ambiguity warning during eval (`test-instrumentation.nix` sets it) users.mutableUsers = false; # `test-instrumentation.nix` already sets an empty root password. # The following have to all be set to allow an empty SSH login password. services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitEmptyPasswords = "yes"; Loading Loading
nixos/tests/turbovnc-headless-server.nix +1 −2 Original line number Diff line number Diff line Loading @@ -26,9 +26,8 @@ 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 services.openssh.enable = true; users.extraUsers.root.password = ""; users.extraUsers.root.hashedPasswordFile = null; # avoids ambiguity warning during eval (`test-instrumentation.nix` sets it) users.mutableUsers = false; # `test-instrumentation.nix` already sets an empty root password. # The following have to all be set to allow an empty SSH login password. services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitEmptyPasswords = "yes"; Loading