host/asus: decrease boot.timeout
This commit is contained in:
parent
8e0a030085
commit
2d9136b189
1 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,12 @@
|
||||||
{
|
{
|
||||||
boot.loader.grub = {
|
boot.loader = {
|
||||||
enable = true;
|
timeout = 1;
|
||||||
device = "nodev";
|
grub = {
|
||||||
efiSupport = true;
|
enable = true;
|
||||||
efiInstallAsRemovable = true;
|
device = "nodev";
|
||||||
enableCryptodisk = true;
|
efiSupport = true;
|
||||||
|
efiInstallAsRemovable = true;
|
||||||
|
enableCryptodisk = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue