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