nixos/systemd-initrd: include the right fido_id binary in the initrd

This commit is contained in:
r-vdp
2026-01-16 11:19:30 +01:00
parent 1abe448b18
commit 326c1b9b1d
+1 -1
View File
@@ -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"
];