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;