summaryrefslogtreecommitdiff
path: root/docs/PHASE_EXECUTION_PLAN.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/PHASE_EXECUTION_PLAN.md')
-rw-r--r--docs/PHASE_EXECUTION_PLAN.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/PHASE_EXECUTION_PLAN.md b/docs/PHASE_EXECUTION_PLAN.md
index 7e41a56..f4c8aa6 100644
--- a/docs/PHASE_EXECUTION_PLAN.md
+++ b/docs/PHASE_EXECUTION_PLAN.md
@@ -43,6 +43,7 @@ This document defines the three-phase modernization plan for the CrashOverBurn w
- [ ] Add validation app to flake/apps (pre-deploy check)
- [ ] Document deployment workflow in docs/deployment.md
- [ ] Document nixinate usage and configuration
+- [ ] Validate Secrix recipients: `nix run .#secrix -- -l`
### Dependencies
@@ -56,7 +57,7 @@ This document defines the three-phase modernization plan for the CrashOverBurn w
- `nix flake check` passes without errors
- `nix build .#nixosConfigurations.crash-over-burn-1.config.system.build.toplevel` succeeds
- Deployment via nixinate works
-- Secrix recipients validated: `nix run .#secrix -- -l`
+- Secrix recipients validated
---