feat: set bootloader timeout back to 3 seconds
This commit is contained in:
parent
5827bda274
commit
56bb998a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
timeout = lib.mkDefault 0;
|
timeout = lib.mkDefault 3;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue