stockholm/lass/2configs/boot/universal.nix

12 lines
208 B
Nix
Raw Normal View History

2023-07-08 14:40:32 +00:00
{ ... }:
{
boot = {
loader.grub.enable = true;
loader.grub.version = 2;
loader.grub.device = "/dev/sda";
loader.grub.efiSupport = true;
loader.grub.efiInstallAsRemovable = true;
};
}