installer: also match qemu and serial consoles for prompting qrcode #993

Merged
clan-bot merged 1 commits from openssh into main 2024-03-17 18:23:07 +00:00

View File

@ -37,7 +37,7 @@
};
services.getty.autologinUser = lib.mkForce "root";
programs.bash.interactiveShellInit = ''
if [ "$(tty)" = "/dev/tty1" ]; then
if [[ "$(tty)" =~ /dev/(tty1|hvc0|ttyS0)$ ]]; then
echo -n 'waiting for tor to generate the hidden service'
until test -e /var/shared/qrcode.utf8; do echo -n .; sleep 1; done
echo