nixfiles/nixos/profiles/bootable/loader-config-limit.nix
2025-12-04 03:40:39 -08:00

9 lines
162 B
Nix

_: {
boot = {
loader = {
grub.configurationLimit = 8;
systemd-boot.configurationLimit = 8;
};
lanzaboote.configurationLimit = 5;
};
}