fix(systemd-boot): reenable timeout
This commit is contained in:
parent
788b05f3b7
commit
6e5b3ef586
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
timeout = 0;
|
timeout = 5;
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue