added factorio
This commit is contained in:
parent
37b08d943b
commit
70ebb4de20
8 changed files with 138 additions and 19 deletions
6
hosts/factorio/boot.nix
Normal file
6
hosts/factorio/boot.nix
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue