From 8b32c69801c4ee489ce18f2497c796f3c1af065e Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Mon, 11 May 2026 12:34:58 +0000 Subject: [PATCH] Fix infrastructure section: TrueNAS is physical machine, PBS is a VM --- homelab-overview.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homelab-overview.md b/homelab-overview.md index 55091cf..d4eddd0 100644 --- a/homelab-overview.md +++ b/homelab-overview.md @@ -34,10 +34,8 @@ All inbound HTTPS traffic hits the **MikroTik** WAN interface, which port-forwar | Item | Value | |---|---| | Host | `192.168.88.25` | -| Proxmox Backup Server (PBS) | `192.168.88.60` | -| TrueNAS (NAS / NFS storage) | `192.168.88.24` | -Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS provides NFS storage used by Kopia backups and (previously) photo storage. +Proxmox runs all the VMs and LXC containers listed below. Backups are handled by the PBS VM (VM 107). NFS storage is provided by TrueNAS (separate physical machine, see below). ### Virtual Machines @@ -62,9 +60,10 @@ Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS ### Physical Machines -| Alias | IP | Role | +| Name | IP | Role | |---|---|---| | thinkstation-p710 | 192.168.88.41 | Workstation / AI / Ollama (bare metal, not a Proxmox guest) | +| TrueNAS | 192.168.88.24 | NAS — provides NFS storage for Kopia backups; separate physical machine | ---