diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 95fd4d5f2c2..4a30cc18b02 100644 --- a/nixos/tests/installer.nix +++ b/nixos/tests/installer.nix @@ -365,7 +365,7 @@ in { enableOCR = true; preBootCommands = '' $machine->start; - $machine->waitForText(qr/Enter LUKS Passphrase/i); + $machine->waitForText(qr/Enter passphrase/); $machine->sendChars("supersecret\n"); ''; };