nixConfig/nixos/roles/hardware.nix

6 lines
161 B
Nix

{
# Use grub as bootloader.
# Systemd-boot does not support our legacy BIOS hardware,
# but only runs on UEFI systems.
boot.loader.grub.enable = true;
}