Merge pull request 'installer: also match qemu and serial consoles for prompting qrcode' (#993) from openssh into main
All checks were successful
checks / check-links (push) Successful in 21s
checks / checks (push) Successful in 36s
checks / checks-impure (push) Successful in 1m47s

This commit is contained in:
clan-bot 2024-03-17 18:23:07 +00:00
commit 915ce52355

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