4 lines
79 B
Nix
4 lines
79 B
Nix
{ ... }: {
|
|
boot.loader.grub.enable = true;
|
|
boot.loader.grub.version = 2;
|
|
}
|