infra/nix/os/devices/srv0.home-ch.stefanjunker.de/boot.nix
2022-11-03 20:46:14 +01:00

6 lines
91 B
Nix

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