infra/puter/030-vm-nixos-neru/specific-aspect/boot.nix

12 lines
180 B
Nix
Raw Permalink Normal View History

2025-12-01 13:23:24 +07:00
{
den.aspects = {
neru = {
nixos = {
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
};
};
};
}