diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
| commit | 8dca92ea40b191b9de367197aac7e1f882ed3d43 (patch) | |
| tree | 26dbdd1c70dd7e8c49adde910f3c7d23abf98cff /f3s | |
| parent | 9ecd212123f9b67dc78ddb61584b618ad7334662 (diff) | |
Update hyperstack VM bootstrap, WireGuard, and Ollama setup logic; add retries, apt lock waits, and model verification
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/.serena/project.yml | 5 | ||||
| -rw-r--r-- | f3s/argocd-apps/services/pihole.yaml | 2 |
2 files changed, 7 insertions, 0 deletions
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 |
