hackens-org-configurations/machines/org/_bootloader.nix

6 lines
136 B
Nix
Raw Normal View History

2023-12-04 17:42:06 +01:00
{
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
}