> ## Documentation Index
> Fetch the complete documentation index at: https://nicos.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Preconfigured hardware modules

<RequestExample>
  ```nix hosts-nixos/example.nix theme={null}
  {hardware, ...}: {
      imports = [hardware.hetzner-x86];
  }
  ```
</RequestExample>

| Name               | Description           |
| ------------------ | --------------------- |
| aarch64            | Generic aarch64       |
| hetzner-arm        | Hetzner Cloud ARM     |
| hetzner-x86        | Hetzner Cloud x86     |
| nuc                | Intel NUC             |
| raspberrypi-4      | Raspberry Pi 4        |
| raspberrypi-zero2w | Raspberry Pi Zero 2 W |
| x86                | Generic x86           |
