5 lines
87 B
Nix
5 lines
87 B
Nix
{ ... }:
|
|
{
|
|
boot.loader.grub.enable = true;
|
|
boot.loader.grub.device = "/dev/sda";
|
|
}
|