summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
Diffstat (limited to 'f3s')
-rw-r--r--f3s/.serena/project.yml5
-rw-r--r--f3s/argocd-apps/services/pihole.yaml2
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