4 lines
87 B
Nix
4 lines
87 B
Nix
{lib, ...}: {
|
|
boot.loader.grub.efiSupport = true;
|
|
boot.extraModulePackages = [];
|
|
}
|