{
pkgs,
lib,
...
}: {
boot.loader.grub = {
enable = true;
device = "/dev/vda";
efiSupport = false;
};
}