summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-06-01 12:51:33 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-06-01 12:55:52 +0200
commit9f0e137338a0c8186a104b4af5c6d49d09552784 (patch)
tree1bec27ea5351d4686d48af031e46b4d81c679e32 /nixos/modules/installer/tools
parent587473c574079a72e0c0c57c2ccd106511e5d2f3 (diff)
downloadnixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar.gz
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar.bz2
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar.lz
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar.xz
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.tar.zst
nixpkgs-9f0e137338a0c8186a104b4af5c6d49d09552784.zip
Rename boot.loader.gummiboot.enable -> boot.loader.systemd-boot.enable
Diffstat (limited to 'nixos/modules/installer/tools')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index ca7fb71ba9b..5e576367eb2 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -518,8 +518,8 @@ if ($showHardwareConfig) {
         my $bootLoaderConfig = "";
         if (-e "/sys/firmware/efi/efivars") {
             $bootLoaderConfig = <<EOF;
-  # Use the gummiboot efi boot loader.
-  boot.loader.gummiboot.enable = true;
+  # Use the systemd-boot EFI boot loader.
+  boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
 EOF
         } elsif ($virt ne "systemd-nspawn") {