infra/nix/os/devices/router-wan-host.home-ch.stefanjunker.de/boot.nix

10 lines
214 B
Nix

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