Remote disk unlocking: Difference between revisions
updated remote unlocking / removed non functional legacy setup |
|||
| Line 199: | Line 199: | ||
initrdBin = with pkgs; [ keyutils ]; | initrdBin = with pkgs; [ keyutils ]; | ||
extraBin = { | extraBin = { | ||
"systemd-tty-ask-password-agent" = "${pkgs.systemd | "systemd-tty-ask-password-agent" = "${lib.getExe' pkgs.systemd "systemd-tty-ask-password-agent"}"; | ||
"bcachefs-unlock-shell" = "${unlockShell} | "bcachefs-unlock-shell" = "${lib.getExe unlockShell}"; | ||
}; | }; | ||
users.root.shell = "/bin/bcachefs-unlock-shell"; | users.root.shell = "/bin/bcachefs-unlock-shell"; | ||