summary refs log tree commit diff
path: root/nixos/modules/system/boot/systemd/initrd.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-21 00:03:04 +0000
committerGitHub <noreply@github.com>2023-02-21 00:03:04 +0000
commitfc3641aa1e3031088747752caca78d9083d70f7b (patch)
tree452195f13a5c587aa114f88086300cc601f91f1d /nixos/modules/system/boot/systemd/initrd.nix
parente579b2b641d68248acaa2cd0669f96e2b6cb85d0 (diff)
parente3e8374b6ff7ed1608897078beb92c4a55cdc4f3 (diff)
Merge staging-next into staging
Diffstat (limited to 'nixos/modules/system/boot/systemd/initrd.nix')
-rw-r--r--nixos/modules/system/boot/systemd/initrd.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/systemd/initrd.nix b/nixos/modules/system/boot/systemd/initrd.nix
index e780b2bbd75d3..0c78eec8fde08 100644
--- a/nixos/modules/system/boot/systemd/initrd.nix
+++ b/nixos/modules/system/boot/systemd/initrd.nix
@@ -441,9 +441,6 @@ in {
         # fido2 support
         "${cfg.package}/lib/cryptsetup/libcryptsetup-token-systemd-fido2.so"
         "${pkgs.libfido2}/lib/libfido2.so.1"
-
-        # the unwrapped systemd-cryptsetup executable
-        "${cfg.package}/lib/systemd/.systemd-cryptsetup-wrapped"
       ] ++ jobScripts;
 
       targets.initrd.aliases = ["default.target"];