Limit boot entries to 5 in wheatley (revert this if the build fails!)
This commit is contained in:
parent
5e7f36ced9
commit
e96076f25d
|
@ -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