Limit boot entries to 5 in wheatley (revert this if the build fails!)

This commit is contained in:
Lillian Violet 2024-01-16 12:29:40 +01:00
parent f402261f20
commit 40896d86fd

View file

@ -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;