7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
boot.loader = {
|
|
generic-extlinux-compatible.enable = true;
|
|
grub.enable = false;
|
|
};
|
|
}
|