Hide systemd-boot by default

This commit is contained in:
Michael Thomas 2022-02-17 17:52:00 -05:00
parent 05622e6127
commit e825d3e101

View File

@ -1,5 +1,6 @@
{
# Use the systemd-boot EFI boot loader.
boot.loader.timeout = 0;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false;
boot.plymouth.enable = true;