NixToSee/hosts/factorio/boot.nix
2024-10-26 21:26:39 +02:00

6 lines
200 B
Nix

{...}: {
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
# Define on which hard drive you want to install Grub.
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
}