Merge pull request #45405 from NixOS/nixos-netboot-dedup

nixos/netboot: Remove redundant setting
This commit is contained in:
xeji 2018-08-21 23:24:27 +02:00 committed by GitHub
commit d9e5447e7f
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";