added factorio

This commit is contained in:
Ranomier 2024-10-26 21:26:39 +02:00
parent 37b08d943b
commit 70ebb4de20
8 changed files with 138 additions and 19 deletions

6
hosts/factorio/boot.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
# 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
}