docs: document nexus.provisioning provisioning-pointer options #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/document-provisioning-option"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to allod/nexus#10 (merged): documents the
nexus.provisioning.deployFlake/inventoryCheckoutoptions that PR added.Adds a "Provisioning pointers" section to
docs/provisioning-scripts.mddescribing theDEPLOY_FLAKE/INVENTORY_CHECKOUTenvironment variables the host-siderebuild-vm-from-host/provision-vm-from-hostscripts read (and their$HOME/work/allod/{profiles,inventory}defaults), and how thenexus.provisioning.*options render them into the operator session environment declaratively instead of per-shell exports. Notes the absolute-path requirement (a malformed value fails evaluation) and that these are login/session variables, so a one-shot non-interactivessh host '…'may not see them and falls back to the defaults.Docs-only (R0). Validation: prose only, no code or generated-behavior change; no flake check reads
docs/, sonix flake checkis unaffected.