added factorio
This commit is contained in:
parent
37b08d943b
commit
70ebb4de20
8 changed files with 138 additions and 19 deletions
6
hosts/crocoite/boot.nix
Normal file
6
hosts/crocoite/boot.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 20;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue