NixToSee/hosts/factorio/boot.nix
2025-04-12 14:53:12 +02:00

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