Loading nixos/modules/installer/netboot/netboot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ with lib; # Create the initrd system.build.netbootRamdisk = pkgs.makeInitrdNG { inherit (config.boot.initrd) compressor; inherit (config.boot.initrd) compressor compressorArgs; prepend = [ "${config.system.build.initialRamdisk}/initrd" ]; contents = [ Loading Loading
nixos/modules/installer/netboot/netboot.nix +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ with lib; # Create the initrd system.build.netbootRamdisk = pkgs.makeInitrdNG { inherit (config.boot.initrd) compressor; inherit (config.boot.initrd) compressor compressorArgs; prepend = [ "${config.system.build.initialRamdisk}/initrd" ]; contents = [ Loading