NixosConfig/modules/boot.nix
2026-02-28 20:03:22 +00:00

7 lines
141 B
Nix

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