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