hackens-org-configurations/machines/org/_bootloader.nix
2023-12-19 13:27:58 +01:00

5 lines
136 B
Nix

{
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
}