diff --git a/nixos/roles/hardware.nix b/nixos/roles/hardware.nix index f182583..1c678b6 100644 --- a/nixos/roles/hardware.nix +++ b/nixos/roles/hardware.nix @@ -1,6 +1,4 @@ { - # Use grub as bootloader. - # Systemd-boot does not support our legacy BIOS hardware, - # but only runs on UEFI systems. + # Bootloader boot.loader.grub.enable = true; }