From 8831d8d1ace464e90dbda333021e96599334863f Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 22 Aug 2025 02:58:04 +0000 Subject: [PATCH] image: fix initrd path to be the /boot path instead of the /nix/store path --- modules/image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/image.nix b/modules/image.nix index 071309324..370497a61 100644 --- a/modules/image.nix +++ b/modules/image.nix @@ -417,7 +417,7 @@ in sort-key nixos version Generation 0 NixOS linux $efi_kernel - initrd $initrd + initrd $efi_initrd options init=$toplevel/init $kernel_params EOF cat > $out/loader/loader.conf <