s/gummiboot/systemd-boot -- fixes warnings on unstable

This commit is contained in:
John Ericson 2016-06-03 16:07:56 -07:00
parent 49fd276328
commit a2b20351e0
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@
#nix.maxJobs = 8;
## END from generated hardware-configuration
# Use the gummiboot efi boot loader. (From default generated configuration.nix)
boot.loader.gummiboot.enable = true;
# Use the systemd-boot efi boot loader. (From default generated configuration.nix)
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Honestly forget if needed or just better for touchpad.

View File

@ -27,7 +27,7 @@ These settings are needed both for booting the final install, and installer itse
=== After installation ===
* ''Add gummiboot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
* ''Add systemd-boot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
=== Optional ===