From 70792d1669a24fc31942f1165544ad7f6fb4eb11 Mon Sep 17 00:00:00 2001 From: hdh20267 Date: Thu, 18 Dec 2025 18:31:13 +0000 Subject: [PATCH] Add Proxmox LXC Deployment --- Proxmox-LXC-Deployment.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Proxmox-LXC-Deployment.md diff --git a/Proxmox-LXC-Deployment.md b/Proxmox-LXC-Deployment.md new file mode 100644 index 0000000..51220c7 --- /dev/null +++ b/Proxmox-LXC-Deployment.md @@ -0,0 +1,27 @@ +# Proxmox LXC Deployment + +Athenix supports building and deploying NixOS LXC containers to Proxmox. + +## Requirements + +- Proxmox VE +- SSH access to the host +- Host configured with `boot.isContainer = true` + +## Build LXC Tarball + +```bash +nix build .#lxc-nix-builder +``` + +## Deploy + +Use the provided deployment script: + +```bash +./installer/deploy-proxmox-lxc.sh nix-builder pve.example.com --start +``` + +## Management + +After deployment, containers are managed using standard Proxmox tools.