hackens-org-configurations/machines/hackens-org/_bootloader.nix
2024-01-12 16:19:31 +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
}