Skip to content

Commit

Permalink
nixos/netboot: Remove redundant setting
Browse files Browse the repository at this point in the history
@volth tells me that is the default for `system.boot.loader.kernelFile` anyways.
  • Loading branch information
Ericson2314 committed Aug 20, 2018
1 parent 27ecfd3 commit 85cbf2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/installer/netboot/netboot.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 85cbf2e

Please sign in to comment.