nixos-config/modules/system/devices/boot/grub/default.nix

8 lines
120 B
Nix

{ ... }:
{
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
};
}