mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-30 12:06:13 +01:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
boot.loader.grub = {
|
|
enable = true;
|
|
device = "/dev/vda";
|
|
efiSupport = false;
|
|
};
|
|
}
|