{ config.flake.factory.grub-boot = device: { boot.loader.grub = { enable = true; inherit device; configurationLimit = 10; }; }; }