nixfiles/nixos/common/grub.nix
2023-01-27 15:20:34 -08:00

6 lines
104 B
Nix

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