forked from DGNum/colmena
98897bf4de
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.
10 lines
598 B
Markdown
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
|