infra/nix/os/devices/167.233.1.14/boot.nix

5 lines
100 B
Nix
Raw Normal View History

2023-02-07 18:23:51 +01:00
{lib, ...}: {
boot.loader.grub.efiSupport = lib.mkForce false;
2023-02-07 18:23:51 +01:00
boot.extraModulePackages = [];
}