initrd: fix command to unlock disk
This commit is contained in:
parent
813628aea4
commit
22ca2010a0
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue