From 3e39ed10e16e8eddcff6a71c33a3eeda9ca01387 Mon Sep 17 00:00:00 2001 From: Hunter David Halloran Date: Mon, 5 Jan 2026 21:29:18 +0000 Subject: [PATCH] Delete page "Proxmox-LXC-Deployment" --- Proxmox-LXC-Deployment.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Proxmox-LXC-Deployment.md diff --git a/Proxmox-LXC-Deployment.md b/Proxmox-LXC-Deployment.md deleted file mode 100644 index 51220c7..0000000 --- a/Proxmox-LXC-Deployment.md +++ /dev/null @@ -1,27 +0,0 @@ -# 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.