Archived
- Correct the NFS path from /tank/proxmox/pxe-images to /tank/pxe-boot/images (matches variables.nix's proxmoxPxeImages.subpath) - Clarify that LXC uses NFSv3+nolock while VM uses NFSv4.2+automount - Add explicit note that lxc-pxe-boot needs features: nesting=1,mount=nfs and why: nesting=1 is required by systemd 260+ for userns/credential isolation (AppArmor denies userns_create without it), mount=nfs for NFSv3 access. pct set replaces the whole features string — include both or the container will fail to boot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>