Go to file
2024-12-10 08:41:37 +00:00
config-lxc.sh Added README.md with installation snippet to be run in Proxmox 2024-12-10 08:41:37 +00:00
configuration.nix Added README.md with installation snippet to be run in Proxmox 2024-12-10 08:41:37 +00:00
README.md Added README.md with installation snippet to be run in Proxmox 2024-12-10 08:41:37 +00: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