mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
no grub timeout
This commit is contained in:
parent
a0b2e94900
commit
be32b0b9f4
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
# Bootloader
|
# Bootloader
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
timeout = null;
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue