From 85cbf2e6e76706fc7c786d3a52fcf6240dd0310e Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 20 Aug 2018 16:52:24 -0400 Subject: nixos/netboot: Remove redundant setting @volth tells me that is the default for `system.boot.loader.kernelFile` anyways. --- nixos/modules/installer/netboot/netboot.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/modules/installer/netboot/netboot.nix') diff --git a/nixos/modules/installer/netboot/netboot.nix b/nixos/modules/installer/netboot/netboot.nix index a2c8e26f62c..ea640173c6d 100644 --- a/nixos/modules/installer/netboot/netboot.nix +++ b/nixos/modules/installer/netboot/netboot.nix @@ -28,7 +28,6 @@ with lib; ++ (if pkgs.stdenv.system == "aarch64-linux" then [] else [ pkgs.grub2 pkgs.syslinux ]); - system.boot.loader.kernelFile = pkgs.stdenv.hostPlatform.platform.kernelTarget; fileSystems."/" = { fsType = "tmpfs"; -- cgit 1.4.1