NixToSee/hosts/factorio/boot.nix

6 lines
202 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
}