{ config, pkgs, ...}: let cfg = config.ashe.system; in { boot.loader.grub.enable = true; boot.loader.grub.device = cfg.disk; }