What's Changed
- Fix sudo password prompt by @Qubasa in https://github.com/nix-community/nixos-anywhere/pull/573
- fix regression when installing on systems with dash by @Mic92 in https://github.com/nix-community/nixos-anywhere/pull/591
- also put logs into kexec directory by @Mic92 in https://github.com/nix-community/nixos-anywhere/pull/592
- terraform: expose --copy_host_keys by @Meallia...