infra/nix/os/devices/vmd32387.contaboserver.net/boot.nix
2019-02-04 09:25:13 +01:00

8 lines
105 B
Nix

{ lib
, ...
}:
{
boot.loader.grub.efiSupport = lib.mkForce false;
boot.extraModulePackages = [ ];
}