NixOS-Config/nixos/hardware/extlinux.nix

8 lines
120 B
Nix
Raw Normal View History

2024-09-22 14:46:51 -04:00
{
# For ARM machines
boot.loader = {
generic-extlinux-compatible.enable = true;
grub.enable = false;
};
}