Mods to systemd-boot

This commit is contained in:
William 2024-04-01 22:58:07 -03:00
parent 98086b4679
commit 84ab46a093

View file

@ -3,11 +3,12 @@
{ {
boot = { boot = {
loader = { loader = {
timeout = 1; timeout = 2;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot = { systemd-boot = {
enable = true; enable = true;
editor = false; editor = false;
consoleMode = "max";
}; };
}; };
}; };