Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
7 lines
110 B
Nix
7 lines
110 B
Nix
{
|
|
# BIOS system
|
|
boot.loader.systemd-boot.enable = false;
|
|
boot.loader.grub = {
|
|
enable = true;
|
|
};
|
|
}
|