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