NixosConfig/modules/boot.nix
2026-02-26 15:17:43 +00:00

7 lines
No EOL
138 B
Nix

{config, pkgs, ...}:
{
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.useOSProber = true;
}