l boot: add uniersal boot method

This commit is contained in:
lassulus 2023-07-08 16:40:32 +02:00
parent d89a10ffec
commit bf94b004ef
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{ ... }:
{
boot = {
loader.grub.enable = true;
loader.grub.version = 2;
loader.grub.device = "/dev/sda";
loader.grub.efiSupport = true;
loader.grub.efiInstallAsRemovable = true;
};
}