This folder contains the system configuraiton for each host.
## Structure
```
└── hosts/ # Hosts covered by these nixfiles
├── e151/ # Lenovo TinkPad E15 (1)
│ ├── configuration.nix # Host configuration
│ ├── networking.nix # Networking configuration
│ └── hardware-configration.nix # Hardware configuration generated by nixos-generate-config(8)
│
└── e152/ # Lenovo Thinkpad E15 (2)
├── configuration.nix # Host configuration
├── networking.nix # Networking configuration
└── hardware-configration.nix # Hardware configuration generated by nixos-generate-config(8)
```
## Adding a new host
For a new host $HOSTNAME Copy one of the subfolders to a new subfolder $HOSTNAME and adapt the configuration to your liking. Don't forget to include the generated `hardware-configuration.nix` from [nixos-generate-config(8)](https://www.mankier.com/8/nixos-generate-config)