Limit boot entries to 5 in wheatley (revert this if the build fails!)
This commit is contained in:
parent
f402261f20
commit
40896d86fd
|
@ -18,6 +18,7 @@
|
|||
];
|
||||
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
boot.loader.generic-extlinux-compatible.configurationLimit = 5;
|
||||
boot.loader.grub.enable = false;
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue