nixos/systemd-initrd: include the right fido_id binary in the initrd (#480655)

This commit is contained in:
Will Fancher
2026-01-16 10:29:34 +00:00
committed by GitHub
+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"
];