l boot: add uniersal boot method
This commit is contained in:
parent
d89a10ffec
commit
bf94b004ef
11
lass/2configs/boot/universal.nix
Normal file
11
lass/2configs/boot/universal.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user