Unverified Commit 326c1b9b authored by r-vdp's avatar r-vdp
Browse files

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

parent 1abe448b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ];