> ## 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.

# Introduction

> Welcome to the Nicos documentation website

<Warning>Nicos is at its early stage and is not fit for production</Warning>

## Features

<CardGroup cols={2}>
  <Card title="NixOS" icon="linux" href="/configuration/nixos">
    Support for NixOS machines
  </Card>

  <Card title="Command-line interface" icon="terminal" href="/reference/cli">
    Automate recurring tasks such as creating, installing, and deploying machines.
  </Card>

  <Card title="Wireguard VPN" icon="network-wired" href="/configuration/vpn">
    Administer machines without exposing them to the internet, regardless
    of their location
  </Card>

  <Card title="Hardware" icon="microchip" href="/configuration/hardware">
    Preconfigured Raspberry Pi, Hetzner Cloud, Intel NUC...
  </Card>

  <Card title="Nix modules" icon="gears" href="/options">
    Opinionated Nix defaults
  </Card>

  <Card title="Wireless" icon="wifi" href="/configuration/wifi">
    Provision wifi networks securely
  </Card>

  <Card title="Users" icon="users" href="/configuration/users">
    Secure user passwords
  </Card>

  <Card title="Shared Nix builders" icon="trowel-bricks" href="/configuration/builders">
    Build machines using shared Nix builders
  </Card>

  <Card title="Raspberry Pi" icon="raspberry-pi" href="/guides/raspberry-pi">
    Particular focus on deploying Raspberry Pi 4 and Zero 2 W
  </Card>
</CardGroup>
