nixfiles/nixos/base.nix

6 lines
104 B
Nix

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