7 lines
147 B
Nix
Executable file
7 lines
147 B
Nix
Executable file
{...}: {
|
|
boot.loader = {
|
|
grub.enable = true;
|
|
grub.device = "/dev/vda"; # or "nodev" for efi only
|
|
systemd-boot.enable = false;
|
|
};
|
|
}
|