proxmox-setup/README.md
2025-07-07 21:23:12 -05:00

29 lines
726 B
Markdown

# Proxmox Setup
Proxmox setup for `bagel`
## Install
***Not automated***
Use ZFS with RAID0 on a single disk during setup. Doing this because then I can just update it to add whatever other disks automatically later.
## Disk setup
### ZFS Setup
Adds other disks to ZFS pool. `disks` in `data.json` contains the IDs of the original install disk (`install`) and the ones to be added to the ZFS pool (`others`). See `ls /dev/disk/by-id` for the disk identifiers.
### Other disks
## Repo configuration
Proxmox repos are replaced with their no-subscription variants.
## Program installation
Programs are installed according to `programs` in `data.json`
## TODO
- zram-generator on server