Expand description
DagTask implementations for each NixOS deployment phase.
Each task reads its inputs from DagContext (predecessor outputs and shared fleet config) and writes its outputs for dependent tasks.
Structs§
- NixActivate
Task - Activate the system profile on the target host.
- NixBuild
Task - Build the system closure for a single host.
- NixCopy
Task - Copy the built closure to the target host.
- NixEval
Task - Evaluate a single host — resolve its toplevel store path.