Loading nixos/tests/turbovnc-headless-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
nixos/tests/turbovnc-headless-server.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading