diff --git a/modules/system/boot/uboot/default.nix b/modules/system/boot/uboot/default.nix index 126db25..392bc89 100644 --- a/modules/system/boot/uboot/default.nix +++ b/modules/system/boot/uboot/default.nix @@ -17,6 +17,7 @@ in grub.enable = false; # Enables the generation of /boot/extlinux/extlinux.conf generic-extlinux-compatible.enable = true; + systemd-boot.configurationLimit = 10; }; }; };