From 8dca92ea40b191b9de367197aac7e1f882ed3d43 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Mar 2026 19:11:00 +0200 Subject: Update hyperstack VM bootstrap, WireGuard, and Ollama setup logic; add retries, apt lock waits, and model verification --- f3s/.serena/project.yml | 5 +++++ f3s/argocd-apps/services/pihole.yaml | 2 ++ 2 files changed, 7 insertions(+) (limited to 'f3s') diff --git a/f3s/.serena/project.yml b/f3s/.serena/project.yml index a78fbdc..67895a0 100644 --- a/f3s/.serena/project.yml +++ b/f3s/.serena/project.yml @@ -125,3 +125,8 @@ language_backend: # list of regex patterns which, when matched, mark a memory entry as read‑only. # Extends the list from the global configuration, merging the two lists. read_only_memory_patterns: [] + +# line ending convention to use when writing source files. +# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default) +# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings. +line_ending: diff --git a/f3s/argocd-apps/services/pihole.yaml b/f3s/argocd-apps/services/pihole.yaml index e36f644..18e48fa 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -23,6 +23,8 @@ spec: enabled: true existingClaim: "pihole-config-pvc" dnsmasq: + customDnsEntries: + - address=/f3s.lan.buetow.org/192.168.1.138 customVolumeMounts: - name: dnsmasq-config mountPath: /etc/dnsmasq.d -- cgit v1.2.3