From 22ca2010a0448283bcfb61983f3f35496a0e87ce Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Mon, 19 Feb 2024 11:35:22 +0100 Subject: [PATCH] initrd: fix command to unlock disk --- modules/initrd-ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/initrd-ssh.nix b/modules/initrd-ssh.nix index 828a5cc..da26fea 100644 --- a/modules/initrd-ssh.nix +++ b/modules/initrd-ssh.nix @@ -12,7 +12,7 @@ enable = true; networks."10-wired-default" = config.systemd.network.networks."10-wired-default"; }; - users.root.shell = "/bin/cryptsetup-askpass"; + users.root.shell = "/bin/systemd-tty-ask-password-agent"; }; network = { enable = true;