summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-30 11:41:39 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-30 11:47:18 +0200
commit9bb209a3bdc6299fae90f372e7cc516c59c1aee5 (patch)
treeb8779519bfd8b654364b4e24ca555f884c9f2cdc /nixos/modules/installer
parente9be441b62418783a1ea051588772889a7ac71d4 (diff)
downloadnixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar.gz
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar.bz2
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar.lz
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar.xz
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.tar.zst
nixlib-9bb209a3bdc6299fae90f372e7cc516c59c1aee5.zip
gummiboot: Automatically disable GRUB
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index b1958f32e55c..c4d25a67a0f9 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -402,7 +402,6 @@ if ($showHardwareConfig) {
         if (-e "/sys/firmware/efi/efivars") {
             $bootLoaderConfig = <<EOF;
   # Use the gummiboot efi boot loader.
-  boot.loader.grub.enable = false;
   boot.loader.gummiboot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
 EOF