Add more delay to grub boot
This commit is contained in:
parent
dfb943d9c4
commit
8d7a409089
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
theme = inputs.nixos-grub-themes.packages."${system}".hyperfluent;
|
theme = inputs.nixos-grub-themes.packages."${system}".hyperfluent;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
timeout = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable plymouth for a nicer boot sequence
|
# Enable plymouth for a nicer boot sequence
|
||||||
|
|
Loading…
Reference in a new issue