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/crocoite/boot.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 20;
boot.loader.efi.canTouchEfiVariables = true;
}