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;
}

View file

@ -41,6 +41,7 @@
allowUnfree = true;
};
};
networking.hostName = "crocoite"; # Define your hostname.
nix.settings.experimental-features = ["nix-command" "flakes"];
@ -53,8 +54,9 @@
#nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
./hardware-configuration.nix
./boot.nix
../../modules/basic_system_config.nix
../../modules/locale.nix
../../modules/networking.nix
../../modules/boot_theming.nix