Disable bootloader timeout
This commit is contained in:
parent
e28149dfbe
commit
47e43be146
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
configurationLimit = 8;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 1;
|
||||
timeout = 0;
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue