From 326c1b9b1df706d13e9d644b164da02c0d53f230 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Fri, 16 Jan 2026 11:19:30 +0100 Subject: [PATCH] nixos/systemd-initrd: include the right fido_id binary in the initrd --- nixos/modules/system/boot/systemd/fido2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/systemd/fido2.nix b/nixos/modules/system/boot/systemd/fido2.nix index c43089f4d7c3..02b4a1389fba 100644 --- a/nixos/modules/system/boot/systemd/fido2.nix +++ b/nixos/modules/system/boot/systemd/fido2.nix @@ -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" ];