nix-config/nixos/_mixins/hardware/grub-legacy-boot.nix
2024-05-23 15:02:20 -04:00

7 lines
78 B
Nix

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