Stop tracking deployment status in the README Hosts table #7

Merged
beatzaplenty merged 1 commits from remove-deploy-status-from-readme into main 2026-07-20 10:52:08 +00:00
Owner

Follow-up to #6. That PR removed variables.nix's deployedTargets because a manually-maintained file cannot track live infrastructure state and drifted stale more than once. The Hosts table in README.md had the identical problem in prose form -- "(real, deployed)" annotations that need a manual edit on every migration and are not enforced against anything.

Strips deployment-status claims out of the table, keeping only what does not rot: what each target is for, and stable naming history (e.g. "previously the flat nix-cache target"). Points readers at the live Proxmox node or /etc/flake-target instead for actual current deployment status.

Follow-up to #6. That PR removed variables.nix's deployedTargets because a manually-maintained file cannot track live infrastructure state and drifted stale more than once. The Hosts table in README.md had the identical problem in prose form -- "(real, deployed)" annotations that need a manual edit on every migration and are not enforced against anything. Strips deployment-status claims out of the table, keeping only what does not rot: what each target is for, and stable naming history (e.g. "previously the flat nix-cache target"). Points readers at the live Proxmox node or /etc/flake-target instead for actual current deployment status.
beatzaplenty added 1 commit 2026-07-20 10:47:40 +00:00
Stop tracking deployment status in the Hosts table
Check NixOS configurations / eval-hosts (pull_request) Failing after 11m24s
97ede62f6d
Same problem as the deployedTargets removal, just in markdown instead of
Nix: which variant of a buildtype is actually deployed is live
infrastructure state, and a committed table can't stay accurate as that
changes -- it already required a manual edit on every migration and had
drifted before. Keep only what doesn't rot: what each target is for, and
stable naming history. Point at the live node / /etc/flake-target instead
for actual deployment status.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
beatzaplenty force-pushed remove-deploy-status-from-readme from f43de81a0b to 97ede62f6d 2026-07-20 10:47:40 +00:00 Compare
beatzaplenty merged commit a62c4fc023 into main 2026-07-20 10:52:08 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No labels
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: beatzaplenty/nixos#7