colmena/manual/src/features/index.md
Zhaofeng Li 98897bf4de Support building on target nodes
This partially addresses #33, and allows Colmena to be used more
easily on bandwidth-constrained hosts and macOS.

With `deployment.buildOnTarget = true;` deployment works fine from
macOS without designated builders, except when IFD is involved.
2022-01-01 16:41:35 -08:00

10 lines
598 B
Markdown

# Features
This section introduces the main features in Colmena:
- **[Node Tagging](tags.md)** - Deploying to a subset of tagged nodes
- **[Local Deployment](apply-local.md)** - Deploying to the host running Colmena itself
- **[Secrets](keys.md)** - Deploying sensitive files separate from the main configuration
- **[Ad Hoc Evaluation](eval.md)** - Evaluating a Nix expression with access to your configuration
- **[Parallelism](parallelism.md)** - Controlling how Colmena parallelizes the deployment process
- **[Remote Builds](remote-builds.md)** - Building system profiles on remote machines