8 lines
120 B
Nix
8 lines
120 B
Nix
{
|
|
# For ARM machines
|
|
boot.loader = {
|
|
generic-extlinux-compatible.enable = true;
|
|
grub.enable = false;
|
|
};
|
|
}
|