NixOS-Config/system/hardware/extlinux.nix

8 lines
120 B
Nix

{
# For ARM machines
boot.loader = {
generic-extlinux-compatible.enable = true;
grub.enable = false;
};
}