Loading nixos/modules/system/boot/kernel.nix +3 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,9 @@ in ln -s ${initrdPath} $out/initrd ${optionalString (config.boot.initrd.secrets != { }) '' ln -s ${config.system.build.initialRamdiskSecretAppender}/bin/append-initrd-secrets $out ''} ln -s ${config.hardware.firmware}/lib/firmware $out/firmware ''; Loading Loading
nixos/modules/system/boot/kernel.nix +3 −1 Original line number Diff line number Diff line Loading @@ -414,7 +414,9 @@ in ln -s ${initrdPath} $out/initrd ${optionalString (config.boot.initrd.secrets != { }) '' ln -s ${config.system.build.initialRamdiskSecretAppender}/bin/append-initrd-secrets $out ''} ln -s ${config.hardware.firmware}/lib/firmware $out/firmware ''; Loading