mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
519d7b3841
Signed-off-by: Magic_RB <magic_rb@redalder.org>
10 lines
137 B
Nix
10 lines
137 B
Nix
{ pkgs, lib, ... }:
|
|
{
|
|
boot.loader.grub = {
|
|
enable = true;
|
|
device = "/dev/vda";
|
|
version = 2;
|
|
efiSupport = false;
|
|
};
|
|
}
|