11 lines
209 B
Nix
11 lines
209 B
Nix
{...}: {
|
|
boot = {
|
|
loader = {
|
|
grub = {
|
|
enable = true;
|
|
efiSupport = true;
|
|
efiInstallAsRemovable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|