about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-07 15:38:18 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-07 16:38:56 +0100
commit0d5ec076d2c466d216d5fa2634973368515cb54d (patch)
tree0eb784864850e998354a7a75b295712d168a501c /nixos/modules/installer
parent29588edfe1896d291257bf35e734ff197cd7971b (diff)
downloadnixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar.gz
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar.bz2
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar.lz
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar.xz
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.tar.zst
nixlib-0d5ec076d2c466d216d5fa2634973368515cb54d.zip
Use default kernel for EFI-related stuff
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 0f9142990ec1..6b42058a8926 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -386,9 +386,6 @@ if ($showHardwareConfig) {
   boot.loader.grub.enable = false;
   boot.loader.gummiboot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
-  # !!! Remove this when nixos is on 3.10 or greater by default
-  # EFI booting requires kernel >= 3.10
-  boot.kernelPackages = pkgs.linuxPackages_3_10;
 EOF
         } else {
             $bootLoaderConfig = <<EOF;