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

7 lines
104 B
Nix
Raw Normal View History

2022-10-31 11:04:38 +01:00
{ lib, ... }:
{
boot.loader.grub.efiSupport = lib.mkForce false;
boot.extraModulePackages = [ ];
}