infra/nix/os/devices/vmd102066.contaboserver.net/boot.nix

4 lines
100 B
Nix

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