nixos/systemd-initrd: include the right fido_id binary in the initrd (#480655)
This commit is contained in:
@@ -24,7 +24,7 @@ in
|
||||
'')
|
||||
];
|
||||
boot.initrd.systemd.storePaths = [
|
||||
"${pkgs.systemd}/lib/udev/fido_id"
|
||||
"${cfg.package}/lib/udev/fido_id"
|
||||
"${cfg.package}/lib/cryptsetup/libcryptsetup-token-systemd-fido2.so"
|
||||
"${pkgs.libfido2}/lib/libfido2.so.1"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user