infra/puter/030-vm-nixos-neru/specific-aspect/boot.nix
2025-12-01 13:23:24 +07:00

12 lines
No EOL
180 B
Nix

{
den.aspects = {
neru = {
nixos = {
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
};
};
};
}