initrd: fix command to unlock disk

This commit is contained in:
Rouven Seifert 2024-02-19 11:35:22 +01:00
parent 813628aea4
commit 22ca2010a0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -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;