Mods to systemd-boot
This commit is contained in:
parent
98086b4679
commit
84ab46a093
1 changed files with 2 additions and 1 deletions
|
|
@ -3,11 +3,12 @@
|
|||
{
|
||||
boot = {
|
||||
loader = {
|
||||
timeout = 1;
|
||||
timeout = 2;
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
editor = false;
|
||||
consoleMode = "max";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue