8 lines
117 B
Nix
8 lines
117 B
Nix
{
|
|
boot.loader.grub = {
|
|
devices = ["/dev/sda"];
|
|
efiSupport = true;
|
|
efiInstallAsRemovable = true;
|
|
};
|
|
}
|