3
0
Fork 0
forked from mirrors/nixpkgs

nixos/netboot: Remove redundant setting

@volth tells me that is the default for `system.boot.loader.kernelFile` anyways.
This commit is contained in:
John Ericson 2018-08-20 16:52:24 -04:00 committed by GitHub
parent 27ecfd34e8
commit 85cbf2e6e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";