Track nix-cache real deployment as lxc-nix-cache, not proxmox-nix-cache #5

Merged
beatzaplenty merged 1 commits from worktree-nix-cache-lxc-migration into main 2026-07-20 09:46:48 +00:00
Owner

The old proxmox-nix-cache VM was destroyed and nix-cache is being redeployed as an LXC container going forward. create-proxmox-resource.sh's duplicate-host check only reads variables.nix's static deployedTargets list (not live Proxmox state), so it kept refusing to create lxc-nix-cache even though nothing named nix-cache actually exists on the node anymore.

Updates variables.nix and README.md so lxc-nix-cache is the declared real deployment, matching the current/intended state.

The old proxmox-nix-cache VM was destroyed and nix-cache is being redeployed as an LXC container going forward. create-proxmox-resource.sh's duplicate-host check only reads variables.nix's static deployedTargets list (not live Proxmox state), so it kept refusing to create lxc-nix-cache even though nothing named nix-cache actually exists on the node anymore. Updates variables.nix and README.md so lxc-nix-cache is the declared real deployment, matching the current/intended state.
beatzaplenty added 1 commit 2026-07-20 09:44:19 +00:00
Track nix-cache's real deployment as lxc-nix-cache, not proxmox-nix-cache
Check NixOS configurations / eval-hosts (pull_request) Failing after 6m21s
00bb9b53ac
The old proxmox-nix-cache VM was destroyed and nix-cache is being
redeployed as an LXC container going forward. Without this update,
create-proxmox-resource.sh's duplicate-host check (which only reads this
static list, not live Proxmox state) kept refusing to create
lxc-nix-cache even though nothing named nix-cache actually exists on the
node anymore.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
beatzaplenty merged commit fe8693b0e5 into main 2026-07-20 09:46:48 +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#5