We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d0e60 commit 1ca9309Copy full SHA for 1ca9309
builders/boot/efi-grub.nix
@@ -3,6 +3,7 @@
3
efi.canTouchEfiVariables = false;
4
grub = {
5
enable = true;
6
+ configurationLimit = 5;
7
efiSupport = true;
8
efiInstallAsRemovable = true;
9
mirroredBoots = [
0 commit comments