From 3689115a50f98f1bc929bf703b975cce7b908add Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Mon, 11 May 2026 02:36:09 +0000 Subject: [PATCH] Manage nickvigilante/homelab in the homelab Tofu context The homelab repo holds k3s manifests, Helm values, and host system configs for the cluster on gandalf. Adding it to local.repos brings its settings, topics, and branch protection under the same declarative management as the other public repos. Repo: https://github.com/nickvigilante/homelab --- homelab/locals.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homelab/locals.tf b/homelab/locals.tf index 8b7da5a..3e1736b 100644 --- a/homelab/locals.tf +++ b/homelab/locals.tf @@ -71,6 +71,10 @@ locals { description = "A lightweight password generator written in Python." topics = ["python", "cli", "tools"] } + homelab = { + description = "k3s manifests, Helm values, and host system configs for my home lab on gandalf" + topics = ["homelab", "kubernetes", "k3s", "helm", "jellyfin", "pi-hole"] + } } # Merge defaults with per-repo overrides for use by resources below.