nixos-test: enable --debug option

This commit is contained in:
Jörg Thalheim 2022-12-23 18:29:19 +01:00
parent fd5dd53a51
commit b5c78ab85a

View File

@ -113,6 +113,7 @@ makeTest {
ssh-add /etc/sshKey
${../nixos-remote} \
--no-ssh-copy-id \
--debug \
--kexec ${kexec-installer}/nixos-kexec-installer-${pkgs.stdenv.hostPlatform.system}.tar.gz \
--extra-files /tmp/extra-files \
--store-paths ${toString evaledSystem.config.system.build.disko} ${toString evaledSystem.config.system.build.toplevel} \