nix-config/nixos/_mixins/hardware/grub-legacy-boot.nix

7 lines
78 B
Nix
Raw Permalink Normal View History

_: {
boot.loader.grub = {
enable = true;
efiSupport = false;
};
}