From 9146674487cc8ccb0756e3fe424d70b51bda9ebd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Feb 2026 06:16:41 +0100 Subject: [PATCH] fix luks askPassword loop --- lib/types/luks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/luks.nix b/lib/types/luks.nix index 9404711a..514fa4b3 100644 --- a/lib/types/luks.nix +++ b/lib/types/luks.nix @@ -148,7 +148,7 @@ in promptSecret "Enter password for ${config.device} again to be safe: " password_check export password if [ "$password" != "$password_check" ]; then - exit 1 + return 1 fi set -x else