a7ea91f529
Add a top-level `README.md` mapping the boxes and per-machine docs under `docs/boxes/` (grouped `colony/`, `home/`, `misc/`), one file per host, VM and container documenting role, services and networking with source pointers. Also point `AGENTS.md` at the new docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
861 B
861 B
palace (host)
The physical VM host for the home network — the home equivalent of colony.
- Source:
nixos/boxes/home/palace/default.nix(VM instances inpalace/vms/default.nix)
Role
- Bare-metal host whose job is to run the home VMs via the
my.vmsmodule:river(router),cellar(storage),sfh(container host). - Provides the bridged networking those VMs sit on and passes through hardware
where needed (e.g. NVMe drives to
cellar, NICs toriver).
VMs hosted here
| VM | Role | Docs |
|---|---|---|
river |
Home router (VRRP pair with stream) |
river.md |
cellar |
NVMe-oF storage server | cellar.md |
sfh |
NixOS container host (Home Assistant, …) | sfh.md |