infra/nix/os/devices/srv0.home-ch.stefanjunker.de/boot.nix

5 lines
90 B
Nix

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