nixos-config/config/grub.nix

5 lines
79 B
Nix
Raw Normal View History

2022-01-14 09:19:01 +00:00
{ ... }: {
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
}