s/gummiboot/systemd-boot -- fixes warnings on unstable
This commit is contained in:
parent
49fd276328
commit
a2b20351e0
|
@ -20,8 +20,8 @@
|
||||||
#nix.maxJobs = 8;
|
#nix.maxJobs = 8;
|
||||||
## END from generated hardware-configuration
|
## END from generated hardware-configuration
|
||||||
|
|
||||||
# Use the gummiboot efi boot loader. (From default generated configuration.nix)
|
# Use the systemd-boot efi boot loader. (From default generated configuration.nix)
|
||||||
boot.loader.gummiboot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
# Honestly forget if needed or just better for touchpad.
|
# Honestly forget if needed or just better for touchpad.
|
||||||
|
|
|
@ -27,7 +27,7 @@ These settings are needed both for booting the final install, and installer itse
|
||||||
|
|
||||||
=== After installation ===
|
=== 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 ===
|
=== Optional ===
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue