Go to file
2024-12-10 04:13:10 -08:00
nix-config (feat): drastic improvements to automation of LXC configuration with scaffolding in place for automating VM and LXC build downloads 2024-12-10 04:13:10 -08:00
scripts (feat): drastic improvements to automation of LXC configuration with scaffolding in place for automating VM and LXC build downloads 2024-12-10 04:13:10 -08:00
.gitignore (feat): drastic improvements to automation of LXC configuration with scaffolding in place for automating VM and LXC build downloads 2024-12-10 04:13:10 -08:00
.repo-to-text-settings.yaml (feat): drastic improvements to automation of LXC configuration with scaffolding in place for automating VM and LXC build downloads 2024-12-10 04:13:10 -08:00
README.md Added README.md with installation snippet to be run in Proxmox 2024-12-10 08:41:37 +00:00
setup.sh (feat): drastic improvements to automation of LXC configuration with scaffolding in place for automating VM and LXC build downloads 2024-12-10 04:13:10 -08:00

NixOS Proxmox LXC Container Configuration

Quickly configure a NixOS LXC container in Proxmox with custom IP address and SSH key settings.

One-Line Installation

curl -sSf https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-LXC/raw/branch/main/config-lxc.sh | bash

The script will:

  • Prompt for container ID (100-999)
  • Request your SSH public key
  • Ask for IP address and gateway
  • Configure the container with these settings
  • Apply the configuration automatically

Note: Always verify scripts before running them with curl. You can inspect the source at the repository first.

Citations: [1] https://git.jeirslab.xyz/jeirmeister/NixOS-PVE-LXC/raw/branch/main/configuration.nix