Track nix-cache's real deployment as lxc-nix-cache, not proxmox-nix-cache

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>
This commit is contained in:
root
2026-07-20 09:40:03 +00:00
co-authored by Claude Sonnet 5
parent a18dfb0127
commit 8e3606cbd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
deployedTargets = [
"linode-minimal"
"proxmox-minimal"
"proxmox-nix-cache"
"lxc-nix-cache"
"proxmox-server"
"proxmox-docker"
"proxmox-gui"