nixos-config/config/grub.nix

4 lines
79 B
Nix

{ ... }: {
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
}