NixOS-Config/modules/system/devices/boot/extlinux/default.nix

8 lines
108 B
Nix
Raw Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
2024-09-22 14:46:51 -04:00
{
boot.loader = {
generic-extlinux-compatible.enable = true;
grub.enable = false;
};
}