nixos-config/system/hardware/extlinux.nix
2024-09-23 11:41:28 -04:00

7 lines
120 B
Nix

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