summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-08-21 23:24:27 +0200
committerGitHub <noreply@github.com>2018-08-21 23:24:27 +0200
commitd9e5447e7f9b1c49428f3598337a92a385295dae (patch)
tree6b6b1863862f442ddd954884639e87ce88a6212d /nixos/modules/installer
parentcaf2cae44bc2717f2b94ae589c495f0c8d911908 (diff)
parent85cbf2e6e76706fc7c786d3a52fcf6240dd0310e (diff)
downloadnixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar.gz
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar.bz2
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar.lz
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar.xz
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.tar.zst
nixlib-d9e5447e7f9b1c49428f3598337a92a385295dae.zip
Merge pull request #45405 from NixOS/nixos-netboot-dedup
nixos/netboot: Remove redundant setting
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/netboot/netboot.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/installer/netboot/netboot.nix b/nixos/modules/installer/netboot/netboot.nix
index a2c8e26f62c2..ea640173c6dd 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";