ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
README.md

wire docs#

reference/{cli,module}.nix are filled in during a nix build w/ nixos module docs generation and clap. Read package.nix's patchPhase for the details.

Develop#

pnpm install
pnpm run dev

Build#

nix build .#docs-unstable

# or

pnpm install
pnpm run build

The build will be found in result/ or .vitepress/dist respectively.