From 8c7908acc8f7fae0b0447848a87a91858602298b Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Thu, 26 Oct 2023 17:59:35 +0200 Subject: nixos/fs/vfat: fix inclusion in systemd stage1 --- nixos/modules/tasks/filesystems/vfat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/tasks/filesystems') diff --git a/nixos/modules/tasks/filesystems/vfat.nix b/nixos/modules/tasks/filesystems/vfat.nix index e535e97759b22..9281b34633c25 100644 --- a/nixos/modules/tasks/filesystems/vfat.nix +++ b/nixos/modules/tasks/filesystems/vfat.nix @@ -21,7 +21,7 @@ in ln -sv dosfsck $out/bin/fsck.vfat ''; - boot.initrd.systemd.extraBin = mkIf inInitrd [ pkgs.dosfstools ]; + boot.initrd.systemd.initrdBin = mkIf inInitrd [ pkgs.dosfstools ]; }; } -- cgit 1.4.1