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